Now .xml files are automatically created when creating a new project no need to save explicitely.
authoretisserant
Tue, 26 Feb 2008 15:33:32 +0100
changeset 114 2e3d8d4480e7
parent 113 78a92a18f8d6
child 115 9ffdac9cf609
Now .xml files are automatically created when creating a new project no need to save explicitely.
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):