[GRASS-SVN] r32969 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 21 09:07:02 EDT 2008
Author: martinl
Date: 2008-08-21 09:07:01 -0400 (Thu, 21 Aug 2008)
New Revision: 32969
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py
Log:
wxGUI: fix typo in variable (new vector)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py 2008-08-21 12:53:05 UTC (rev 32968)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py 2008-08-21 13:07:01 UTC (rev 32969)
@@ -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