[GRASS-SVN] r41626 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Mar 30 11:13:37 EDT 2010
Author: martinl
Date: 2010-03-30 11:13:37 -0400 (Tue, 30 Mar 2010)
New Revision: 41626
Modified:
grass/trunk/gui/wxpython/wxgui.py
Log:
wxGUI: track also unnamed workspace
Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py 2010-03-30 15:12:39 UTC (rev 41625)
+++ grass/trunk/gui/wxpython/wxgui.py 2010-03-30 15:13:37 UTC (rev 41626)
@@ -247,7 +247,7 @@
def WorkspaceChanged(self):
"""!Update window title"""
- if self.workspaceFile and not self.workspaceChanged:
+ if not self.workspaceChanged:
self.workspaceChanged = True
if self.workspaceFile:
More information about the grass-commit
mailing list