[GRASS-SVN] r35207 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jan 4 12:51:43 EST 2009
Author: martinl
Date: 2009-01-04 12:51:43 -0500 (Sun, 04 Jan 2009)
New Revision: 35207
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py
Log:
wxGUI: fix dbm (RunCommand)
(merge from trunk, r35206)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py 2009-01-04 17:50:02 UTC (rev 35206)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py 2009-01-04 17:51:43 UTC (rev 35207)
@@ -2586,6 +2586,7 @@
ret = gcmd.RunCommand('db.columns',
parent = self,
quiet = True,
+ read = True,
driver = driver,
database = database,
table = table)
More information about the grass-commit
mailing list