Author: duncan
Date: Sun Mar 18 09:47:22 2007
New Revision: 9338

Modified:
   branches/rel-1/freevo/src/tv/plugins/recordings_manager.py

Log:
[ 1682768 ] small unicode problem in recordings-manager
Patch from Tanja Kotthaus applied


Modified: branches/rel-1/freevo/src/tv/plugins/recordings_manager.py
==============================================================================
--- branches/rel-1/freevo/src/tv/plugins/recordings_manager.py  (original)
+++ branches/rel-1/freevo/src/tv/plugins/recordings_manager.py  Sun Mar 18 
09:47:22 2007
@@ -540,7 +540,7 @@
         if not episode_name:
             episode_name = _('(Unnamed)')
         program['tagline'] = episode_name
-        return program['tagline']
+        return Unicode(program['tagline'])
 
 
     def __getitem__(self, key):

-------------------------------------------------------------------------
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