[GRASS-SVN] r33157 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 29 05:56:35 EDT 2008


Author: martinl
Date: 2008-08-29 05:56:35 -0400 (Fri, 29 Aug 2008)
New Revision: 33157

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py
Log:
wxGUI: v.what 'line' to 'id'


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py	2008-08-29 09:48:35 UTC (rev 33156)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py	2008-08-29 09:56:35 UTC (rev 33157)
@@ -3168,7 +3168,7 @@
                     except:
                         read = False
 
-                if "line:" in litem: # get line id
+                if "id:" in litem: # get line id
                     line = int(item.split(':')[1].strip())
                 elif "key column:" in litem: # start reading attributes
                     read = True



More information about the grass-commit mailing list