Author: duncan
Date: Mon Dec 25 22:02:49 2006
New Revision: 8805
Modified:
branches/rel-1/freevo/src/video/__init__.py
Log:
Correction for a rejected patch
Modified: branches/rel-1/freevo/src/video/__init__.py
==============================================================================
--- branches/rel-1/freevo/src/video/__init__.py (original)
+++ branches/rel-1/freevo/src/video/__init__.py Mon Dec 25 22:02:49 2006
@@ -125,7 +125,7 @@
# create new name
name = file[:pos] + file[pos:].replace('1', '1-%s' %
end, 1)
x = VideoItem(name, parent)
- x.set_url(file, False)
+ x.set_url(file, True)
x.files = []
for f in [ file ] + add_file:
x.files.append(f)
-------------------------------------------------------------------------
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