[GRASS-SVN] r37012 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 5 16:16:13 EDT 2009
Author: martinl
Date: 2009-05-05 16:16:13 -0400 (Tue, 05 May 2009)
New Revision: 37012
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
Log:
fix r37011
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2009-05-05 20:01:59 UTC (rev 37011)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2009-05-05 20:16:13 UTC (rev 37012)
@@ -190,8 +190,8 @@
if prompt == 'vector':
name = p.get('name', '')
if name in ('map', 'input'):
- eventId = p['wxId']
- if eventId is None:
+ self.eventId = p['wxId']
+ if self.eventId is None:
return
p = self.task.get_param(self.eventId, element='wxId', raiseError=False)
More information about the grass-commit
mailing list