[GRASS-SVN] r62278 - grass/trunk/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 17 08:53:11 PDT 2014


Author: annakrat
Date: 2014-10-17 08:53:11 -0700 (Fri, 17 Oct 2014)
New Revision: 62278

Modified:
   grass/trunk/gui/wxpython/gui_core/forms.py
Log:
g.remove: fix dialog to allow input more maps

Modified: grass/trunk/gui/wxpython/gui_core/forms.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/forms.py	2014-10-17 15:15:34 UTC (rev 62277)
+++ grass/trunk/gui/wxpython/gui_core/forms.py	2014-10-17 15:53:11 UTC (rev 62278)
@@ -200,7 +200,7 @@
                 else:
                     etype = type_param.get('value')
 
-                self.data[win.GetParent().SetType] = {'etype': etype}
+                self.data[win.GetParent().SetElementList] = {'type': etype}
 
                 # t.(un)register has one type for 'input', 'maps'
                 maps_param = self.task.get_param('maps', element='name', raiseError=False)



More information about the grass-commit mailing list