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

Modified Files:
        videoitem.py 
Log Message:
add parent in dvd menu

Index: videoitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/videoitem.py,v
retrieving revision 1.126
retrieving revision 1.127
diff -C2 -d -r1.126 -r1.127
*** videoitem.py        19 Feb 2004 04:57:58 -0000      1.126
--- videoitem.py        20 Feb 2004 18:53:23 -0000      1.127
***************
*** 11,17 ****
  # -----------------------------------------------------------------------
  # $Log$
  # Revision 1.126  2004/02/19 04:57:58  gsbarbieri
! # Support Web Interface i18n.
! # To use this, I need to get the gettext() translations in unicode, so some changes 
are required to files that use "print _('string')", need to make them "print 
String(_('string'))".
  #
  # Revision 1.125  2004/02/15 15:22:42  dischi
--- 11,19 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.127  2004/02/20 18:53:23  dischi
+ # add parent in dvd menu
+ #
  # Revision 1.126  2004/02/19 04:57:58  gsbarbieri
! # Support i18n.
  #
  # Revision 1.125  2004/02/15 15:22:42  dischi
***************
*** 555,558 ****
--- 557,561 ----
          if len(self.info['tracks']) == 1:
              i=copy.copy(self)
+             i.parent = self
              i.possible_player = []
              i.set_url(self.url + '1', False)



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to