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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 21 07:38:54 EST 2008


Author: martinl
Date: 2008-12-21 07:38:54 -0500 (Sun, 21 Dec 2008)
New Revision: 34975

Modified:
   grass/trunk/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI: Can not set vector layer properties (trac #407)
       (merge from devbr6, r34974)


Modified: grass/trunk/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menuform.py	2008-12-21 12:37:22 UTC (rev 34974)
+++ grass/trunk/gui/wxpython/gui_modules/menuform.py	2008-12-21 12:38:54 UTC (rev 34975)
@@ -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