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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 29 10:30:55 EDT 2011


Author: martinl
Date: 2011-06-29 07:30:55 -0700 (Wed, 29 Jun 2011)
New Revision: 46855

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI: fn name fixed
       (merge r46854 from devbr6)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/menuform.py	2011-06-29 14:29:26 UTC (rev 46854)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/menuform.py	2011-06-29 14:30:55 UTC (rev 46855)
@@ -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