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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 1 06:54:47 EST 2011


Author: martinl
Date: 2011-12-01 03:54:47 -0800 (Thu, 01 Dec 2011)
New Revision: 49457

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/dbm_dialogs.py
Log:
wxGUI/dbm: report errors when running db.execute (OnSubmit)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/dbm_dialogs.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/dbm_dialogs.py	2011-12-01 11:49:04 UTC (rev 49456)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/dbm_dialogs.py	2011-12-01 11:54:47 UTC (rev 49457)
@@ -296,6 +296,7 @@
                 sql = sql.encode(enc)
             
             gcmd.RunCommand('db.execute',
+                            parent = self,
                             quiet = True,
                             stdin = sql)
         



More information about the grass-commit mailing list