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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Oct 30 07:50:29 EDT 2010


Author: martinl
Date: 2010-10-30 04:50:29 -0700 (Sat, 30 Oct 2010)
New Revision: 44095

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/sqlbuilder.py
Log:
wxGUI: do not use grass.set_fatal_exit()


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/sqlbuilder.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/sqlbuilder.py	2010-10-30 11:48:59 UTC (rev 44094)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/sqlbuilder.py	2010-10-30 11:50:29 UTC (rev 44095)
@@ -39,7 +39,6 @@
 import wx
 
 import grass.script as grass
-grass.set_fatal_exit(False)
 
 import gcmd
 import dbm_base



More information about the grass-commit mailing list