beremiz

Fixed bug on frame close.

2010-06-03, Lolitech
5dd92bd6e6e5
Parents 1428fd553988
Children b03f586547c9
Fixed bug on frame close.
--- a/LPCBeremiz.py Thu Jun 03 17:23:11 2010 +0200
+++ b/LPCBeremiz.py Thu Jun 03 17:26:47 2010 +0200
@@ -796,6 +796,7 @@
#-------------------------------------------------------------------------------
# LPCBeremiz Class
#-------------------------------------------------------------------------------
+lpcberemiz_cmd=None
class LPCBeremiz(Beremiz):
@@ -1394,6 +1395,7 @@
return CmdFunction
def CmdThreadProc(PluginRoot, Log):
+ global lpcberemiz_cmd
for function, (arg_types, opt) in {"Exit": ([], 0),
"Show": ([], 0),
"Refresh": ([], 0),