[GRASS-SVN] r47441 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 4 10:46:36 EDT 2011


Author: martinl
Date: 2011-08-04 07:46:36 -0700 (Thu, 04 Aug 2011)
New Revision: 47441

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py
Log:
wxGUI/gselect: don't ignore search path
	       (merge r47440 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py	2011-08-04 14:45:32 UTC (rev 47440)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py	2011-08-04 14:46:36 UTC (rev 47441)
@@ -325,7 +325,8 @@
         
         # list of mapsets in current location
         if mapsets is None:
-            mapsets = filesdict.keys()
+            # mapsets = filesdict.keys()
+            mapsets = grass.mapsets()
         
         # current mapset first
         if curr_mapset in mapsets and mapsets[0] != curr_mapset:



More information about the grass-commit mailing list