[GRASS-SVN] r54057 - grass/trunk/gui/wxpython/lmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 26 12:15:59 PST 2012


Author: annakrat
Date: 2012-11-26 12:15:58 -0800 (Mon, 26 Nov 2012)
New Revision: 54057

Modified:
   grass/trunk/gui/wxpython/lmgr/layertree.py
Log:
wxGUI/layertree: fix newly introduced method

Modified: grass/trunk/gui/wxpython/lmgr/layertree.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/layertree.py	2012-11-26 18:27:18 UTC (rev 54056)
+++ grass/trunk/gui/wxpython/lmgr/layertree.py	2012-11-26 20:15:58 UTC (rev 54057)
@@ -254,7 +254,7 @@
     def GetSelectedLayers(self, checkedOnly = False):
         """!Get selected layers as a list.
         """
-        return self.GetSelectedLayers(multi = True, checkedOnly = False)
+        return self.GetSelectedLayer(multi = True, checkedOnly = False)
 
     def GetSelectedLayer(self, multi = False, checkedOnly = False):
         """!Get selected layer from layer tree.



More information about the grass-commit mailing list