beremiz

Bug when creating new project after opening Beremiz without project defined fixed
  • +1 -0
    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)