[GRASS-SVN] r40809 - grass-addons/gui/wxpython/data_catalog

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 4 00:24:39 EST 2010


Author: rashadkm
Date: 2010-02-04 00:24:38 -0500 (Thu, 04 Feb 2010)
New Revision: 40809

Modified:
   grass-addons/gui/wxpython/data_catalog/catalog.py
Log:
fixed sorted location list

Modified: grass-addons/gui/wxpython/data_catalog/catalog.py
===================================================================
--- grass-addons/gui/wxpython/data_catalog/catalog.py	2010-02-04 04:58:46 UTC (rev 40808)
+++ grass-addons/gui/wxpython/data_catalog/catalog.py	2010-02-04 05:24:38 UTC (rev 40809)
@@ -167,6 +167,7 @@
 
         #populate location combobox
         self.loclist = self.GetLocations()
+        self.loclist.sort()
 
         #self.pg_panel4 = None
 



More information about the grass-commit mailing list