[GRASS-SVN] r32638 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Aug 8 08:22:42 EDT 2008
Author: martinl
Date: 2008-08-08 08:22:42 -0400 (Fri, 08 Aug 2008)
New Revision: 32638
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/vdigit.py
Log:
wxGUI/vdigit: close settings dialog properly
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/vdigit.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/vdigit.py 2008-08-08 09:18:01 UTC (rev 32637)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/vdigit.py 2008-08-08 12:22:42 UTC (rev 32638)
@@ -2124,7 +2124,8 @@
self.parent.toolbars['vdigit'].settingsDialog = None
self.Close()
- event.Skip()
+ if event:
+ event.Skip()
def UpdateSettings(self):
"""Update UserSettings"""
More information about the grass-commit
mailing list