[GRASS-SVN] r45602 - grass/branches/develbranch_6/gui/wxpython/gui_modules

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


Author: martinl
Date: 2011-03-07 10:39:00 -0800 (Mon, 07 Mar 2011)
New Revision: 45602

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI: don't close dialogs be default
(merge r45601 from relbr64)


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



More information about the grass-commit mailing list