[GRASS-SVN] r36994 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 4 14:09:35 EDT 2009
Author: martinl
Date: 2009-05-04 14:09:34 -0400 (Mon, 04 May 2009)
New Revision: 36994
Modified:
grass/trunk/gui/wxpython/gui_modules/menuform.py
Log:
fix r36993
Modified: grass/trunk/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menuform.py 2009-05-04 18:02:27 UTC (rev 36993)
+++ grass/trunk/gui/wxpython/gui_modules/menuform.py 2009-05-04 18:09:34 UTC (rev 36994)
@@ -188,7 +188,7 @@
if eventId is None:
return
- p = self.task.get_param(self.eventId, element='wxId', raiseError=True)
+ p = self.task.get_param(self.eventId, element='wxId', raiseError=False)
if not p or \
not p.has_key('wxId-bind'):
More information about the grass-commit
mailing list