Fix bug in StatusToolBar items state when close and opening another project
authorlaurent
Wed, 30 May 2012 13:05:18 +0200
changeset 754 a8c258f7bdcf
parent 753 05502e574589
child 755 9f5dbd90e1e0
Fix bug in StatusToolBar items state when close and opening another project
ProjectController.py
--- a/ProjectController.py	Wed May 30 12:20:54 2012 +0200
+++ b/ProjectController.py	Wed May 30 13:05:18 2012 +0200
@@ -112,7 +112,7 @@
         self.debug_break = False
         self.previous_plcstate = None
         # copy ConfNodeMethods so that it can be later customized
-        self.ConfNodeMethods = [dic.copy() for dic in self.ConfNodeMethods]
+        self.StatusMethods = [dic.copy() for dic in self.StatusMethods]
 
     def LoadLibraries(self):
         self.Libraries = []