[GRASS-SVN] r50932 - grass/branches/releasebranch_6_4/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 25 04:50:30 EST 2012


Author: annakrat
Date: 2012-02-25 01:50:30 -0800 (Sat, 25 Feb 2012)
New Revision: 50932

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_core/dialogs.py
Log:
wxGUI/digitizer: bug #1590 fixed (caused by GUI update)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_core/dialogs.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_core/dialogs.py	2012-02-24 07:37:08 UTC (rev 50931)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_core/dialogs.py	2012-02-25 09:50:30 UTC (rev 50932)
@@ -412,7 +412,6 @@
         RunCommand('db.execute',
                    quiet = True,
                    parent = parent,
-                   input = '-',
                    stdin = sql)
         
         RunCommand('v.db.connect',



More information about the grass-commit mailing list