Update of /cvsroot/freevo/freevo/src/audio
In directory sc8-pr-cvs1:/tmp/cvs-serv21009
Modified Files:
audiodiskitem.py audioitem.py
Log Message:
remove unneeded copy function
Index: audiodiskitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/audiodiskitem.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** audiodiskitem.py 18 Dec 2003 21:13:20 -0000 1.26
--- audiodiskitem.py 30 Dec 2003 15:34:42 -0000 1.27
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.27 2003/12/30 15:34:42 dischi
+ # remove unneeded copy function
+ #
# Revision 1.26 2003/12/18 21:13:20 outlyer
# Crash Fix: The self. variable didn't exist, but the config one did. It would
***************
*** 89,102 ****
if os.path.isfile(cover):
self.image = cover
-
-
- def copy(self, obj):
- """
- Special copy value DirItem
- """
- Playlist.copy(self, obj)
- if obj.type == 'audiocd':
- self.dir = obj.dir
- self.display_type = obj.display_type
--- 92,95 ----
Index: audioitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/audioitem.py,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** audioitem.py 29 Dec 2003 22:09:18 -0000 1.43
--- audioitem.py 30 Dec 2003 15:34:42 -0000 1.44
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.44 2003/12/30 15:34:42 dischi
+ # remove unneeded copy function
+ #
# Revision 1.43 2003/12/29 22:09:18 dischi
# move to new Item attributes
***************
*** 119,141 ****
image = os.path.join(self.dirname, covers[0])
self.image = image
-
-
- def copy(self, obj):
- """
- Special copy value AudioItem
- """
- Item.copy(self, obj)
- if obj.type == 'audio':
- self.title = obj.title
- self.start = obj.start
- self.length = obj.length
- self.elapsed = obj.elapsed
- self.remain = obj.remain
- self.done = obj.done
- self.pause = obj.pause
- self.valid = obj.valid
-
- self.mplayer_options = obj.mplayer_options
-
--- 122,125 ----
-------------------------------------------------------
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