[GRASS-SVN] r49631 -
grass/branches/develbranch_6/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 8 15:59:29 EST 2011
Author: martinl
Date: 2011-12-08 12:59:28 -0800 (Thu, 08 Dec 2011)
New Revision: 49631
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_core/gselect.py
Log:
wxGUI: fix LayerSelect.InsertLayers
Modified: grass/branches/develbranch_6/gui/wxpython/gui_core/gselect.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_core/gselect.py 2011-12-08 20:41:45 UTC (rev 49630)
+++ grass/branches/develbranch_6/gui/wxpython/gui_core/gselect.py 2011-12-08 20:59:28 UTC (rev 49631)
@@ -48,7 +48,7 @@
from core.gcmd import RunCommand, GError, GMessage
from core.utils import GetListOfLocations, GetListOfMapsets, GetFormats
-from core.utils import GetSettingsPath, GetValidLayerName, ListSortLower
+from core.utils import GetSettingsPath, GetValidLayerName, ListSortLower, GetVectorNumberOfLayers
from core.settings import UserSettings
from core.debug import Debug
More information about the grass-commit
mailing list