PLCControler.py
changeset 351 160ff73c0ac7
parent 349 96cc6179b918
child 352 5cd60f7e510c
--- a/PLCControler.py	Mon May 04 09:35:47 2009 +0200
+++ b/PLCControler.py	Mon May 04 09:55:26 2009 +0200
@@ -2679,7 +2679,7 @@
                 xmlfile = open(self.FilePath,"w")
             xmlfile.write(text)
             xmlfile.close()
-            self.ProjectSaved()
+            self.MarkProjectAsSaved()
             if filepath:
                 self.SetFilePath(filepath)
             return True
@@ -2731,7 +2731,7 @@
             self.Project = self.Copy(self.Project)
             self.Buffering = False
 
-    def ProjectSaved(self):
+    def MarkProjectAsSaved(self):
         if self.ProjectBuffer is not None:
             self.ProjectBuffer.CurrentSaved()
         else: