[GRASS-SVN] r43001 - grass/branches/develbranch_6/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 4 14:24:42 EDT 2010


Author: martinl
Date: 2010-08-04 18:24:42 +0000 (Wed, 04 Aug 2010)
New Revision: 43001

Modified:
   grass/branches/develbranch_6/gui/wxpython/wxgui.py
Log:
wxGUI: set changed flag when saving workspace
(merge r43000 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py	2010-08-04 18:22:22 UTC (rev 43000)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py	2010-08-04 18:24:42 UTC (rev 43001)
@@ -831,6 +831,7 @@
                 Debug.msg(4, "GMFrame.OnWorkspaceSave(): filename=%s" % self.workspaceFile)
                 self.SaveToWorkspaceFile(self.workspaceFile)
                 self.SetTitle(self.baseTitle + " - " + os.path.basename(self.workspaceFile))
+                self.workspaceChanged = False
         else:
             self.OnWorkspaceSaveAs()
 



More information about the grass-commit mailing list