[GRASS-SVN] r44166 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 2 10:39:53 EDT 2010


Author: martinl
Date: 2010-11-02 07:39:53 -0700 (Tue, 02 Nov 2010)
New Revision: 44166

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


Modified: grass/trunk/gui/wxpython/gui_modules/goutput.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/goutput.py	2010-11-02 14:38:31 UTC (rev 44165)
+++ grass/trunk/gui/wxpython/gui_modules/goutput.py	2010-11-02 14:39:53 UTC (rev 44166)
@@ -506,8 +506,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