[GRASS-SVN] r42561 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 14 06:22:35 EDT 2010
Author: martinl
Date: 2010-06-14 10:22:34 +0000 (Mon, 14 Jun 2010)
New Revision: 42561
Modified:
grass/trunk/gui/wxpython/gui_modules/gmodeler.py
Log:
wxGUI/modeler: fix data dialog (OnOk)
Modified: grass/trunk/gui/wxpython/gui_modules/gmodeler.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gmodeler.py 2010-06-14 10:18:57 UTC (rev 42560)
+++ grass/trunk/gui/wxpython/gui_modules/gmodeler.py 2010-06-14 10:22:34 UTC (rev 42561)
@@ -1763,7 +1763,6 @@
def OnOK(self, event):
"""!Ok pressed"""
self.shape.SetValue(self.GetElement())
- self.shape.SetName()
self.parent.canvas.Refresh()
self.parent.SetStatusText('', 0)
self.OnCancel(event)
More information about the grass-commit
mailing list