# HG changeset patch
# User laurent
# Date 1260434345 -3600
# Node ID db09e417e342fd4a9fbd7ac21a082a7a5f1808f9
# Parent  03e17cd5bde7cdadfe22e06f1627dbfb2fa69bb6
Bug when creating new project after opening Beremiz without project defined fixed

diff -r 03e17cd5bde7 -r db09e417e342 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)