# HG changeset patch
# User laurent
# Date 1338375918 -7200
# Node ID a8c258f7bdcf78bc0b83c0399135baacab845dd5
# Parent  05502e5745898913f1bfcee75f9dfd1485746499
Fix bug in StatusToolBar items state when close and opening another project

diff -r 05502e574589 -r a8c258f7bdcf 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 = []