[GRASS-SVN] r31520 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 26 02:25:32 EDT 2008
Author: martinl
Date: 2008-05-26 02:25:31 -0400 (Mon, 26 May 2008)
New Revision: 31520
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI: bugfix defaults to overwrite trac #177
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2008-05-25 20:04:53 UTC (rev 31519)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2008-05-26 06:25:31 UTC (rev 31520)
@@ -926,7 +926,7 @@
f['value'] = True
elif f['name'] == 'overwrite':
chk.SetValue(UserSettings.Get(group='cmd', key='overwrite', subkey='enabled'))
- f['value'] = True
+ f['value'] = UserSettings.Get(group='cmd', key='overwrite', subkey='enabled')
#
# parameters
More information about the grass-commit
mailing list