[GRASS-SVN] r42562 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 14 07:39:18 EDT 2010
Author: martinl
Date: 2010-06-14 11:39:18 +0000 (Mon, 14 Jun 2010)
New Revision: 42562
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py
Log:
wxGUI/modeler: fix data dialog (OnOk)
(merge r42561 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py 2010-06-14 10:22:34 UTC (rev 42561)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py 2010-06-14 11:39:18 UTC (rev 42562)
@@ -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