Author: duncan
Date: Sat Dec 30 16:31:07 2006
New Revision: 8868

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

Log:
Removed a print, corrected a spelling error


Modified: branches/rel-1/freevo/src/osd.py
==============================================================================
--- branches/rel-1/freevo/src/osd.py    (original)
+++ branches/rel-1/freevo/src/osd.py    Sat Dec 30 16:31:07 2006
@@ -611,7 +611,7 @@
                 url.mode = 'RGBA'
             image = 
pygame.image.fromstring(str(url.get_raw_data(format=url.mode)), url.size, 
url.mode)
         except AttributeError:
-            print 'url:', url
+            pass
 
             if url[:8] == 'thumb://':
                 filename = os.path.abspath(url[8:])
@@ -624,7 +624,7 @@
                 filename = os.path.join(config.IMAGE_DIR, url[8:])
 
             if not os.path.isfile(filename):
-                print 'osd.py: Bitmap file "%s" doesnt exist!' % filename
+                print 'osd.py: Bitmap file "%s" doesn\'t exist!' % filename
                 return None
             
             try:

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