[GRASS-SVN] r48943 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Oct 25 16:29:26 EDT 2011
Author: martinl
Date: 2011-10-25 13:29:26 -0700 (Tue, 25 Oct 2011)
New Revision: 48943
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm_dialogs.py
Log:
wxGUI: update attributes - report error
(merge r48942 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm_dialogs.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm_dialogs.py 2011-10-25 20:26:41 UTC (rev 48942)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm_dialogs.py 2011-10-25 20:29:26 UTC (rev 48943)
@@ -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