# HG changeset patch # User etisserant # Date 1204036412 -3600 # Node ID 2e3d8d4480e7d57e6087cc917ccd51080cf464a3 # Parent 78a92a18f8d633d74728a882bd97c2133b1fda02 Now .xml files are automatically created when creating a new project no need to save explicitely. diff -r 78a92a18f8d6 -r 2e3d8d4480e7 plugger.py --- a/plugger.py Tue Feb 26 15:25:31 2008 +0100 +++ b/plugger.py Tue Feb 26 15:33:32 2008 +0100 @@ -730,7 +730,10 @@ self.PluggedChilds = {} # Keep track of the root plugin (i.e. project path) self.ProjectPath = ProjectPath + # get plugins bloclist (is that usefull at project creation?) self.RefreshPluginsBlockLists() + # this will create files base XML files + self.SaveProject() return None def LoadProject(self, ProjectPath, logger):