[GRASS-SVN] r34974 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 21 07:37:22 EST 2008
Author: martinl
Date: 2008-12-21 07:37:22 -0500 (Sun, 21 Dec 2008)
New Revision: 34974
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI: Can not set vector layer properties (trac #407)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2008-12-21 12:33:30 UTC (rev 34973)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2008-12-21 12:37:22 UTC (rev 34974)
@@ -1012,7 +1012,7 @@
if ( len(p.get('values', []) ) > 0):
valuelist = map(str, p.get('values',[]))
- valuelist_desc = map(str, p.get('values_desc',[]))
+ valuelist_desc = map(unicode, p.get('values_desc',[]))
if p.get('multiple', 'no') == 'yes' and \
p.get('gisprompt',False) == False and \
More information about the grass-commit
mailing list