Author: duncan
Date: Sun Feb 18 11:09:52 2007
New Revision: 9234

Modified:
   branches/rel-1-6/freevo/src/util/videothumb.py

Log:
Corrected Unicode in the popup when creating a thumbnail


Modified: branches/rel-1-6/freevo/src/util/videothumb.py
==============================================================================
--- branches/rel-1-6/freevo/src/util/videothumb.py      (original)
+++ branches/rel-1-6/freevo/src/util/videothumb.py      Sun Feb 18 11:09:52 2007
@@ -12,23 +12,6 @@
 # Todo:        
 #
 # -----------------------------------------------------------------------
-# $Log$
-# Revision 1.14  2004/07/21 11:34:31  dischi
-# only import config/vfs when needed
-#
-# Revision 1.13  2004/07/10 12:33:42  dischi
-# header cleanup
-#
-# Revision 1.12  2004/07/08 11:03:02  dischi
-# use .tmp filename and new freevo raw format
-#
-# Revision 1.11  2004/06/23 21:09:29  dischi
-# handle mplayer TS, PES problems
-#
-# Revision 1.10  2004/05/02 09:21:57  dischi
-# better python code
-#
-# -----------------------------------------------------------------------
 # Freevo - A Home Theater PC framework
 # Copyright (C) 2002 Krister Lagerstrom, et al. 
 # Please see the file freevo/Docs/CREDITS for a complete list of authors.
@@ -47,7 +30,7 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
-# ----------------------------------------------------------------------- */
+# -----------------------------------------------------------------------
 
 
 import sys, os, mmpython, glob, shutil
@@ -77,7 +60,7 @@
         
     if popup:
         pop = gui.PopupBox(text='Creating thumbnail for \'%s\'...' % \
-                           os.path.basename(videofile),
+                           Unicode(os.path.basename(videofile)),
                            
width=osd.get_singleton().width-config.OSD_OVERSCAN_X*2-80)
         pop.show()
         

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