Author: duncan
Date: Mon Jan  8 19:57:43 2007
New Revision: 8950

Modified:
   branches/rel-1/freevo/src/item.py

Log:
[ 1630068 ] skin error: unable to parse expression in info_area
fix applied


Modified: branches/rel-1/freevo/src/item.py
==============================================================================
--- branches/rel-1/freevo/src/item.py   (original)
+++ branches/rel-1/freevo/src/item.py   Mon Jan  8 19:57:43 2007
@@ -471,4 +471,4 @@
             return self.__getitem__(attr)
         else:
             r = self.__getitem__(attr)
-            return Unicode(r)
+            return Unicode(str(r))

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to