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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 5 08:37:37 EDT 2008


Author: martinl
Date: 2008-08-05 08:37:36 -0400 (Tue, 05 Aug 2008)
New Revision: 32540

Modified:
   grass/trunk/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI: set row number properly, fix r32536


Modified: grass/trunk/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/preferences.py	2008-08-05 08:15:17 UTC (rev 32539)
+++ grass/trunk/gui/wxpython/gui_modules/preferences.py	2008-08-05 12:37:36 UTC (rev 32540)
@@ -868,6 +868,7 @@
         #
         # ask when removing map layer from layer tree
         #
+        row = 0
         askOnRemoveLayer = wx.CheckBox(parent=panel, id=wx.ID_ANY,
                                        label=_("Ask when removing map layer from layer tree"),
                                        name='IsChecked')



More information about the grass-commit mailing list