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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 5 13:41:42 EST 2008


Author: martinl
Date: 2008-02-05 13:41:41 -0500 (Tue, 05 Feb 2008)
New Revision: 29959

Modified:
   grass/trunk/gui/wxpython/gui_modules/digit.py
Log:
wxGUI: fix minor bug in settings dialog

Modified: grass/trunk/gui/wxpython/gui_modules/digit.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/digit.py	2008-02-05 15:54:21 UTC (rev 29958)
+++ grass/trunk/gui/wxpython/gui_modules/digit.py	2008-02-05 18:41:41 UTC (rev 29959)
@@ -1708,7 +1708,7 @@
 
     def OnChangeAddRecord(self, event):
         """Checkbox 'Add new record' status changed"""
-        self.category.SetValue(str(self.parent.digit.SetCategory()))
+        self.category.SetValue(self.parent.digit.SetCategory())
             
     def OnChangeSnappingValue(self, event):
         """Change snapping value - update static text"""



More information about the grass-commit mailing list