Fixed bug on frame close.
authorLolitech
Thu, 03 Jun 2010 17:26:47 +0200
changeset 549 5dd92bd6e6e5
parent 548 1428fd553988
child 550 b03f586547c9
Fixed bug on frame close.
LPCBeremiz.py
--- 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),