[GRASS-SVN] r53446 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Oct 17 12:02:09 PDT 2012
Author: martinl
Date: 2012-10-17 12:02:08 -0700 (Wed, 17 Oct 2012)
New Revision: 53446
Modified:
grass/trunk/gui/wxpython/lmgr/frame.py
Log:
wxGUI: fix search module (OnRun)
Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py 2012-10-17 18:54:56 UTC (rev 53445)
+++ grass/trunk/gui/wxpython/lmgr/frame.py 2012-10-17 19:02:08 UTC (rev 53446)
@@ -1221,7 +1221,7 @@
'loc' : grass.gisenv()["LOCATION_NAME"] })
dlg.Destroy()
- def RulesCmd(self, event):
+ def RulesCmd(self, event, cmd = None):
"""!Launches dialog for commands that need rules input and
processes rules
"""
More information about the grass-commit
mailing list