[GRASS-SVN] r44169 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 2 10:48:13 EDT 2010


Author: martinl
Date: 2010-11-02 07:48:13 -0700 (Tue, 02 Nov 2010)
New Revision: 44169

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/goutput.py
Log:
wxGUI: open dialog by default
(merge r44164 from devbr6)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/goutput.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/goutput.py	2010-11-02 14:47:28 UTC (rev 44168)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/goutput.py	2010-11-02 14:48:13 UTC (rev 44169)
@@ -504,8 +504,8 @@
                 if len(command) == 1:
                     import menuform
                     task = menuform.GUI().ParseInterface(command)
-                    if not task.has_required():
-                        task = None # run command
+                    # if not task.has_required():
+                    # task = None # run command
                 else:
                     task = None
                 



More information about the grass-commit mailing list