Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv15998
Modified Files:
playlist.py
Log Message:
call correct build function
Index: playlist.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/playlist.py,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** playlist.py 31 Dec 2003 16:39:43 -0000 1.48
--- playlist.py 2 Jan 2004 11:18:39 -0000 1.49
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.49 2004/01/02 11:18:39 dischi
+ # call correct build function
+ #
# Revision 1.48 2003/12/31 16:39:43 dischi
# flag if the mimetype returns something else than play files
***************
*** 235,239 ****
playlist = self.playlist
self.playlist = []
!
for p in plugin.mimetype(self.display_type):
#if self.display_type in p.display_type:
--- 238,242 ----
playlist = self.playlist
self.playlist = []
!
for p in plugin.mimetype(self.display_type):
#if self.display_type in p.display_type:
***************
*** 368,372 ****
if not arg or arg != 'next':
# first start
! self.build()
if self.random:
self.randomize()
--- 371,375 ----
if not arg or arg != 'next':
# first start
! Playlist.build(self)
if self.random:
self.randomize()
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog