[GRASS-SVN] r34976 -
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 21 07:39:18 EST 2008
Author: martinl
Date: 2008-12-21 07:39:18 -0500 (Sun, 21 Dec 2008)
New Revision: 34976
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI: Can not set vector layer properties (trac #407)
(merge from devbr6, r34974)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/menuform.py 2008-12-21 12:38:54 UTC (rev 34975)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/menuform.py 2008-12-21 12:39:18 UTC (rev 34976)
@@ -1011,7 +1011,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