Преглед изворни кода

wxGUI/datacatalog: expand current mapset instead of location

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67871 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa пре 9 година
родитељ
комит
ff363a47a3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      gui/wxpython/datacatalog/catalog.py

+ 1 - 1
gui/wxpython/datacatalog/catalog.py

@@ -67,4 +67,4 @@ class DataCatalog(wx.Panel):
 
 
     def LoadItemsDone(self):
     def LoadItemsDone(self):
         self._loaded = True
         self._loaded = True
-        self.tree.ExpandCurrentLocation()
+        self.tree.ExpandCurrentMapset()