Update of /cvsroot/freevo/freevo/src/audio
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21316

Modified Files:
        audioitem.py 
Log Message:
Copy fix from 1.5.1 to HEAD branch.


Index: audioitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/audioitem.py,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** audioitem.py        27 Aug 2004 14:24:25 -0000      1.61
--- audioitem.py        10 Sep 2004 19:50:06 -0000      1.62
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.62  2004/09/10 19:50:06  outlyer
+ # Copy fix from 1.5.1 to HEAD branch.
+ #
  # Revision 1.61  2004/08/27 14:24:25  dischi
  # AudioItem is now based on MediaItem
***************
*** 130,134 ****
              # sort by track number
              try:
!                 return '%0.3i-%s' % (int(self['trackno']), Unicode(self.url))
              except ValueError:
                  return '%s-%s' % (Unicode(self['trackno']), Unicode(self.url))
--- 133,137 ----
              # sort by track number
              try:
!                 return '%s %0.3i-%s' % (self['discs'],int(self['trackno']), 
Unicode(self.url))
              except ValueError:
                  return '%s-%s' % (Unicode(self['trackno']), Unicode(self.url))



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to