[GRASS-SVN] r45601 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 7 13:37:13 EST 2011


Author: martinl
Date: 2011-03-07 10:37:13 -0800 (Mon, 07 Mar 2011)
New Revision: 45601

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI: don't close dialogs be default


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py	2011-03-07 18:08:48 UTC (rev 45600)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py	2011-03-07 18:37:13 UTC (rev 45601)
@@ -190,7 +190,7 @@
                     'enabled' : False
                     },
                 'closeDlg' : {
-                    'enabled' : True
+                    'enabled' : False
                     },
                 'verbosity' : {
                     'selection' : 'grassenv'



More information about the grass-commit mailing list