[GRASS-SVN] r62599 - grass/branches/releasebranch_7_0/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Nov 4 11:09:00 PST 2014
Author: annakrat
Date: 2014-11-04 11:09:00 -0800 (Tue, 04 Nov 2014)
New Revision: 62599
Modified:
grass/branches/releasebranch_7_0/gui/wxpython/gui_core/dialogs.py
Log:
wxGUI: mlist_grouped replaced by list_grouped
Modified: grass/branches/releasebranch_7_0/gui/wxpython/gui_core/dialogs.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/gui_core/dialogs.py 2014-11-04 16:52:07 UTC (rev 62598)
+++ grass/branches/releasebranch_7_0/gui/wxpython/gui_core/dialogs.py 2014-11-04 19:09:00 UTC (rev 62599)
@@ -1409,7 +1409,7 @@
@param type layer type ('raster' or 'vector')
@param mapset mapset name
"""
- self.map_layers = grass.mlist_grouped(type = type)[mapset]
+ self.map_layers = grass.list_grouped(type=type)[mapset]
self.layers.Set(self.map_layers)
# check all items by default
More information about the grass-commit
mailing list