Author: duncan
Date: Sun Mar 18 13:58:57 2007
New Revision: 9346

Modified:
   branches/rel-1/freevo/src/video/plugins/imdb.py

Log:
[ 1683040 ] IMDB plugins lists titles with incorrect accented chars
Patch from Gorka Olaizola applied


Modified: branches/rel-1/freevo/src/video/plugins/imdb.py
==============================================================================
--- branches/rel-1/freevo/src/video/plugins/imdb.py     (original)
+++ branches/rel-1/freevo/src/video/plugins/imdb.py     Sun Mar 18 13:58:57 2007
@@ -128,7 +128,8 @@
                 except:
                     pass
                 try:
-                    items.append(menu.MenuItem('%s (%s, %s)' % 
(htmlenties2txt(name), year, type),
+                    #items.append(menu.MenuItem('%s (%s, %s)' % 
(htmlenties2txt(name), year, type),
+                    items.append(menu.MenuItem('%s (%s, %s)' % (name, year, 
type),
                         self.imdb_create_fxd, (id, year)))
                 except UnicodeError, e:
                     print e

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