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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 1 06:03:10 EDT 2011


Author: martinl
Date: 2011-07-01 03:03:10 -0700 (Fri, 01 Jul 2011)
New Revision: 46910

Modified:
   grass/trunk/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI: fix fn name (grassTask)


Modified: grass/trunk/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menuform.py	2011-07-01 09:29:59 UTC (rev 46909)
+++ grass/trunk/gui/wxpython/gui_modules/menuform.py	2011-07-01 10:03:10 UTC (rev 46910)
@@ -1978,7 +1978,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