[GRASS-SVN] r53261 - grass/trunk/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 21 08:46:22 PDT 2012
Author: annakrat
Date: 2012-09-21 08:46:21 -0700 (Fri, 21 Sep 2012)
New Revision: 53261
Modified:
grass/trunk/gui/wxpython/core/utils.py
Log:
wxGUI: fix bug introduced by r53243
Modified: grass/trunk/gui/wxpython/core/utils.py
===================================================================
--- grass/trunk/gui/wxpython/core/utils.py 2012-09-21 11:58:18 UTC (rev 53260)
+++ grass/trunk/gui/wxpython/core/utils.py 2012-09-21 15:46:21 UTC (rev 53261)
@@ -135,6 +135,8 @@
# need to add mapset for all maps
mapsets = {}
for i, p, v in params:
+ if p == 'layer':
+ continue
mapname = v
mapset = ''
if fullyQualified and '@' not in mapname:
More information about the grass-commit
mailing list