Now .xml files are automatically created when creating a new project no need to save explicitely.
--- 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):