[GRASS-SVN] r48230 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 10 16:16:29 EDT 2011
Author: cmbarton
Date: 2011-09-10 13:16:29 -0700 (Sat, 10 Sep 2011)
New Revision: 48230
Modified:
grass/trunk/gui/wxpython/gui_modules/psmap.py
Log:
Revert change to line 1328
Modified: grass/trunk/gui/wxpython/gui_modules/psmap.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/psmap.py 2011-09-10 04:48:41 UTC (rev 48229)
+++ grass/trunk/gui/wxpython/gui_modules/psmap.py 2011-09-10 20:16:29 UTC (rev 48230)
@@ -1325,7 +1325,7 @@
self.RecalculatePosition(ids = [self.dragId])
if self.instruction[self.dragId].type in self.openDialogs:
- self.openDialogs[self.instruction[self.dragId].type].update()
+ self.openDialogs[self.instruction[self.dragId].type].updateDialog()
# double click launches dialogs
elif event.LeftDClick():
More information about the grass-commit
mailing list