Author: duncan
Date: Wed Jan 10 18:59:26 2007
New Revision: 8958

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

Log:
length was not always initialised


Modified: branches/rel-1/freevo/src/video/videoitem.py
==============================================================================
--- branches/rel-1/freevo/src/video/videoitem.py        (original)
+++ branches/rel-1/freevo/src/video/videoitem.py        Wed Jan 10 18:59:26 2007
@@ -219,6 +219,7 @@
             
         if key == 'runtime':
             total = 0
+            length = 0
 
             if self.info['runtime']:
                 length = self.info['runtime']

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