diff -r 1428fd553988 -r 5dd92bd6e6e5 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),