Author: dmeyer
Date: Tue Oct  3 18:56:44 2006
New Revision: 8306

Modified:
   trunk/ui/src/image/imageitem.py

Log:
do not set self.image, beacon takes care of that

Modified: trunk/ui/src/image/imageitem.py
==============================================================================
--- trunk/ui/src/image/imageitem.py     (original)
+++ trunk/ui/src/image/imageitem.py     Tue Oct  3 18:56:44 2006
@@ -51,8 +51,6 @@
         # set url and parse the name
         self.set_url(url)
         self.duration = duration
-        if self.url.startswith('file://'):
-            self.image = self.filename
 
 
     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