[GRASS-SVN] r68104 - grass/branches/releasebranch_7_0/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 21 19:27:50 PDT 2016


Author: annakrat
Date: 2016-03-21 19:27:50 -0700 (Mon, 21 Mar 2016)
New Revision: 68104

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/gui_core/dialogs.py
Log:
wxGUI: apply natural sort also when filtering data (merge from trunk, r68103)

Modified: grass/branches/releasebranch_7_0/gui/wxpython/gui_core/dialogs.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/gui_core/dialogs.py	2016-03-22 02:24:25 UTC (rev 68103)
+++ grass/branches/releasebranch_7_0/gui/wxpython/gui_core/dialogs.py	2016-03-22 02:27:50 UTC (rev 68104)
@@ -1481,7 +1481,8 @@
                     list.append(layer)
             except:
                 pass
-        
+        list = natural_sort(list)
+
         self.layers.Set(list)
         self.OnSelectAll(None)
         



More information about the grass-commit mailing list