[GRASS-SVN] r30085 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Feb 11 09:17:31 EST 2008
Author: martinl
Date: 2008-02-11 09:17:31 -0500 (Mon, 11 Feb 2008)
New Revision: 30085
Modified:
grass/trunk/gui/wxpython/gui_modules/gselect.py
Log:
wxGUI: multiple selection False by default
Modified: grass/trunk/gui/wxpython/gui_modules/gselect.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gselect.py 2008-02-11 14:03:45 UTC (rev 30084)
+++ grass/trunk/gui/wxpython/gui_modules/gselect.py 2008-02-11 14:17:31 UTC (rev 30085)
@@ -61,7 +61,7 @@
sizer.Fit(self)
class Select(wx.combo.ComboCtrl):
- def __init__(self, parent, id, size, type, multiple):
+ def __init__(self, parent, id, size, type, multiple=False):
"""
Custom control to create a ComboBox with a tree control
to display and select GIS elements within acessible mapsets.
More information about the grass-commit
mailing list