Update of /cvsroot/freevo/freevo/src/video
In directory sc8-pr-cvs1:/tmp/cvs-serv28360

Modified Files:
        videoitem.py 
Log Message:
fix dvd crash

Index: videoitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/videoitem.py,v
retrieving revision 1.106
retrieving revision 1.107
diff -C2 -d -r1.106 -r1.107
*** videoitem.py        1 Jan 2004 16:15:45 -0000       1.106
--- videoitem.py        1 Jan 2004 16:41:30 -0000       1.107
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.107  2004/01/01 16:41:30  mikeruelle
+ # fix dvd crash
+ #
  # Revision 1.106  2004/01/01 16:15:45  dischi
  # make sure we have a player even for classes inheriting from videoitem
***************
*** 498,502 ****
                  i.info = self.info.tracks[title-1]
              i.info_type = 'track'
!             i.set_url(self.url + title, False)
              i.name = _('Play Title %s') % title
              items += [i]
--- 501,505 ----
                  i.info = self.info.tracks[title-1]
              i.info_type = 'track'
!             i.set_url(self.url + str(title), False)
              i.name = _('Play Title %s') % title
              items += [i]




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

Reply via email to