[GRASS-SVN] r58180 - grass/trunk/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 9 09:55:05 PST 2013


Author: turek
Date: 2013-11-09 09:55:04 -0800 (Sat, 09 Nov 2013)
New Revision: 58180

Modified:
   grass/trunk/gui/wxpython/gui_core/dialogs.py
Log:
i.group dialog: select all - data changed message

Modified: grass/trunk/gui/wxpython/gui_core/dialogs.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/dialogs.py	2013-11-09 15:52:02 UTC (rev 58179)
+++ grass/trunk/gui/wxpython/gui_core/dialogs.py	2013-11-09 17:55:04 UTC (rev 58180)
@@ -763,7 +763,8 @@
         check = event.Checked()
         for item in range(self.subgListBox.GetCount()):
             self.CheckSubgItem(item, check)
-            
+            self.dataChanged = True
+
         event.Skip()
 
     def OnGSelAll(self, event):



More information about the grass-commit mailing list