[GRASS-SVN] r33158 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Aug 29 05:57:59 EDT 2008
Author: martinl
Date: 2008-08-29 05:57:59 -0400 (Fri, 29 Aug 2008)
New Revision: 33158
Modified:
grass/trunk/gui/wxpython/gui_modules/dbm.py
Log:
wxGUI: v.what 'line' to 'id' (merge from devbr6, r33157)
Modified: grass/trunk/gui/wxpython/gui_modules/dbm.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/dbm.py 2008-08-29 09:56:35 UTC (rev 33157)
+++ grass/trunk/gui/wxpython/gui_modules/dbm.py 2008-08-29 09:57:59 UTC (rev 33158)
@@ -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