[GRASS-SVN] r44164 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 2 10:35:12 EDT 2010


Author: martinl
Date: 2010-11-02 07:35:12 -0700 (Tue, 02 Nov 2010)
New Revision: 44164

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
Log:
wxGUI: open dialog by default


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py	2010-11-02 01:21:43 UTC (rev 44163)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py	2010-11-02 14:35:12 UTC (rev 44164)
@@ -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