Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv380
Modified Files:
xine.py
Log Message:
fix event context setting
Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/xine.py,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** xine.py 21 Nov 2004 10:12:47 -0000 1.57
--- xine.py 7 Dec 2004 16:05:16 -0000 1.58
***************
*** 18,21 ****
--- 18,24 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.58 2004/12/07 16:05:16 dischi
+ # fix event context setting
+ #
# Revision 1.57 2004/11/21 10:12:47 dischi
# improve system detect, use config.detect now
***************
*** 164,170 ****
"""
self.item = item
! self.evt_context = 'video'
if config.EVENTS.has_key(item.mode):
! self.evt_context = item.mode
if plugin.getbyname('MIXER'):
--- 167,173 ----
"""
self.item = item
! self.set_event_context('video')
if config.EVENTS.has_key(item.mode):
! self.set_event_context(item.mode)
if plugin.getbyname('MIXER'):
***************
*** 218,222 ****
elif item.mimetype == 'cue':
command.append('vcd://%s' % item.filename)
! self.evt_context = 'vcd'
else:
--- 221,225 ----
elif item.mimetype == 'cue':
command.append('vcd://%s' % item.filename)
! self.set_event_context('vcd')
else:
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog