[GRASS-SVN] r32977 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 21 10:24:04 EDT 2008
Author: martinl
Date: 2008-08-21 10:24:04 -0400 (Thu, 21 Aug 2008)
New Revision: 32977
Modified:
grass/trunk/gui/wxpython/gui_modules/gdialogs.py
Log:
wxGUI: fix typo in variable (new vector)
(merge from devbr6, r32969)
Modified: grass/trunk/gui/wxpython/gui_modules/gdialogs.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gdialogs.py 2008-08-21 14:22:29 UTC (rev 32976)
+++ grass/trunk/gui/wxpython/gui_modules/gdialogs.py 2008-08-21 14:24:04 UTC (rev 32977)
@@ -129,7 +129,7 @@
cmd.append("%s=%s" % (cmdDef[1], outmap))
try:
- listOfVector = grass.list_grouped('vect')[grass.gisenv()['MAPSET']]
+ listOfVectors = grass.list_grouped('vect')[grass.gisenv()['MAPSET']]
except KeyError:
listOfVectors = []
More information about the grass-commit
mailing list