[GRASS-SVN] r39500 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Oct 13 03:18:03 EDT 2009
Author: martinl
Date: 2009-10-13 03:18:00 -0400 (Tue, 13 Oct 2009)
New Revision: 39500
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/utils.py
Log:
wxGUI: fix GetLayerNameFromCmd()
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/utils.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/utils.py 2009-10-13 07:11:27 UTC (rev 39499)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/utils.py 2009-10-13 07:18:00 UTC (rev 39500)
@@ -102,7 +102,7 @@
continue
if p == param:
- params.append((idx, p, v))
+ params = [(idx, p, v)]
break
if p in ('map', 'input',
More information about the grass-commit
mailing list