Explorar o código

g.remove: fix dialog to allow input more maps

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62278 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová %!s(int64=10) %!d(string=hai) anos
pai
achega
cbc06eeac3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/wxpython/gui_core/forms.py

+ 1 - 1
gui/wxpython/gui_core/forms.py

@@ -200,7 +200,7 @@ class UpdateThread(Thread):
                 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)