[GRASS-SVN] r48137 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 5 12:37:15 EDT 2011
Author: martinl
Date: 2011-09-05 09:37:15 -0700 (Mon, 05 Sep 2011)
New Revision: 48137
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py
Log:
wxGUI/modeler: disable button 'OK'
(merge r48136 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py 2011-09-05 16:36:05 UTC (rev 48136)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py 2011-09-05 16:37:15 UTC (rev 48137)
@@ -2487,6 +2487,7 @@
"""!Reset dialog"""
self.search.Reset()
self.cmd_prompt.OnCmdErase(None)
+ self.btnOk.Enable(False)
class ModelRelation(ogl.LineShape):
"""!Data - action relation"""
More information about the grass-commit
mailing list