[GRASS-SVN] r67871 - grass/trunk/gui/wxpython/datacatalog
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 17 12:43:47 PST 2016
Author: martinl
Date: 2016-02-17 12:43:47 -0800 (Wed, 17 Feb 2016)
New Revision: 67871
Modified:
grass/trunk/gui/wxpython/datacatalog/catalog.py
Log:
wxGUI/datacatalog: expand current mapset instead of location
Modified: grass/trunk/gui/wxpython/datacatalog/catalog.py
===================================================================
--- grass/trunk/gui/wxpython/datacatalog/catalog.py 2016-02-17 20:40:17 UTC (rev 67870)
+++ grass/trunk/gui/wxpython/datacatalog/catalog.py 2016-02-17 20:43:47 UTC (rev 67871)
@@ -67,4 +67,4 @@
def LoadItemsDone(self):
self._loaded = True
- self.tree.ExpandCurrentLocation()
+ self.tree.ExpandCurrentMapset()
More information about the grass-commit
mailing list