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

Modified Files:
        videoitem.py 
Log Message:
small bugfix for xine

Index: videoitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/videoitem.py,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** videoitem.py        20 Jul 2003 17:46:59 -0000      1.65
--- videoitem.py        20 Jul 2003 20:43:29 -0000      1.66
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.66  2003/07/20 20:43:29  dischi
+ # small bugfix for xine
+ #
  # Revision 1.65  2003/07/20 17:46:59  dischi
  # special handling if there is a DVD_PLAYER plugin
***************
*** 421,426 ****
              self.menuw = menuw
  
!         if self.filename == '0' and self.mode == 'dvd' and \
!                plugin.getbyname(plugin.DVD_PLAYER):
              plugin.getbyname(plugin.DVD_PLAYER).play(self)
              return
--- 424,429 ----
              self.menuw = menuw
  
!         if (not self.filename or self.filename == '0') and \
!                self.mode == 'dvd' and plugin.getbyname(plugin.DVD_PLAYER):
              plugin.getbyname(plugin.DVD_PLAYER).play(self)
              return




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to