[GRASS-SVN] r47033 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 6 22:20:52 EDT 2011


Author: cmbarton
Date: 2011-07-06 19:20:52 -0700 (Wed, 06 Jul 2011)
New Revision: 47033

Modified:
   grass/trunk/gui/wxpython/gui_modules/gselect.py
Log:
Fixed multi-selection bug, Track #1398.

Modified: grass/trunk/gui/wxpython/gui_modules/gselect.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gselect.py	2011-07-07 02:14:14 UTC (rev 47032)
+++ grass/trunk/gui/wxpython/gui_modules/gselect.py	2011-07-07 02:20:52 UTC (rev 47033)
@@ -233,6 +233,7 @@
         if not root:
             return
         found = self.FindItem(root, value)
+        
         if found:
             self.value.append(found)
             self.seltree.SelectItem(found)



More information about the grass-commit mailing list