[GRASS-SVN] r46854 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 29 10:29:27 EDT 2011
Author: martinl
Date: 2011-06-29 07:29:26 -0700 (Wed, 29 Jun 2011)
New Revision: 46854
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI: fn name fixed
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2011-06-29 14:28:58 UTC (rev 46853)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2011-06-29 14:29:26 UTC (rev 46854)
@@ -1822,7 +1822,7 @@
# parse the interface decription
if not self.grass_task:
tree = etree.fromstring(gtask.get_interface_description(cmd))
- self.grass_task = gtask.processTask(tree).GetTask()
+ self.grass_task = gtask.processTask(tree).get_task()
for p in self.grass_task.params:
if p.get('name', '') in ('input', 'map'):
More information about the grass-commit
mailing list