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

Modified Files:
        xine.py 
Log Message:
only set app.mode to valid events

Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/xine.py,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** xine.py     2 May 2004 08:55:52 -0000       1.41
--- xine.py     19 Jun 2004 17:21:52 -0000      1.42
***************
*** 18,28 ****
  # -----------------------------------------------------------------------
  # $Log$
  # Revision 1.41  2004/05/02 08:55:52  dischi
  # dvd as .iso support
  #
- # Revision 1.40  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.39  2004/02/06 19:29:06  dischi
  # fix/cleanup dvd on hd handling
--- 18,27 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.42  2004/06/19 17:21:52  dischi
+ # only set app.mode to valid events
+ #
  # Revision 1.41  2004/05/02 08:55:52  dischi
  # dvd as .iso support
  #
  # Revision 1.39  2004/02/06 19:29:06  dischi
  # fix/cleanup dvd on hd handling
***************
*** 190,196 ****
          """
          self.item     = item
!         self.app_mode = item.mode
! 
!         if item.mode in ('file', 'url'):
               self.app_mode = 'video'
  
--- 189,195 ----
          """
          self.item     = item
!         if config.EVENTS.has_key(item.mode):
!             self.app_mode = item.mode
!         else:
               self.app_mode = 'video'
  



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to