[GRASS-SVN] r48942 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Oct 25 16:26:42 EDT 2011


Author: martinl
Date: 2011-10-25 13:26:41 -0700 (Tue, 25 Oct 2011)
New Revision: 48942

Modified:
   grass/trunk/gui/wxpython/gui_modules/dbm_dialogs.py
Log:
wxGUI: update attributes - report error


Modified: grass/trunk/gui/wxpython/gui_modules/dbm_dialogs.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/dbm_dialogs.py	2011-10-25 20:00:10 UTC (rev 48941)
+++ grass/trunk/gui/wxpython/gui_modules/dbm_dialogs.py	2011-10-25 20:26:41 UTC (rev 48942)
@@ -296,6 +296,7 @@
                 sql = sql.encode(enc)
             
             gcmd.RunCommand('db.execute',
+                            parent = self,
                             quiet = True,
                             input = '-',
                             stdin = sql)



More information about the grass-commit mailing list