[GRASS-SVN] r33912 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 16 08:25:46 EDT 2008


Author: martinl
Date: 2008-10-16 08:25:46 -0400 (Thu, 16 Oct 2008)
New Revision: 33912

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py
Log:
wxGUI: check items on filter


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py	2008-10-16 12:22:34 UTC (rev 33911)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py	2008-10-16 12:25:46 UTC (rev 33912)
@@ -753,7 +753,8 @@
                 list.append(layer)
 
         self.layers.Set(list)
-
+        self.OnSelectAll(None)
+        
         event.Skip()
 
     def GetMapLayers(self):



More information about the grass-commit mailing list