Bug when creating new project after opening Beremiz without project defined fixed
authorlaurent
Thu, 10 Dec 2009 09:39:05 +0100
changeset 496 db09e417e342
parent 495 03e17cd5bde7
child 497 ed7f72fc785f
child 499 15a63eba885f
Bug when creating new project after opening Beremiz without project defined fixed
plugger.py
--- a/plugger.py	Thu Dec 10 09:35:39 2009 +0100
+++ b/plugger.py	Thu Dec 10 09:39:05 2009 +0100
@@ -772,6 +772,7 @@
         self.PlugParent = None
         # Keep track of the plugin type name
         self.PlugType = "Beremiz"
+        self.PluggedChilds = {}
         # After __init__ root plugin is not valid
         self.ProjectPath = None
         self._setBuildPath(None)