Update of /cvsroot/freevo/freevo/src/audio/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22681/src/audio/plugins
Modified Files:
xine.py
Log Message:
adjust to new event interface
Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/xine.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** xine.py 25 Jun 2005 08:52:24 -0000 1.26
--- xine.py 16 Jul 2005 09:51:27 -0000 1.27
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.27 2005/07/16 09:51:27 dischi
+ # adjust to new event interface
+ #
# Revision 1.26 2005/06/25 08:52:24 dischi
# switch to new style python classes
***************
*** 185,190 ****
def stop_event(self):
! return Event(PLAY_END, self.stop_reason,
! handler=self.player.eventhandler)
--- 188,194 ----
def stop_event(self):
! event = Event(PLAY_END, self.stop_reason)
! event.set_handler(self.player.eventhandler)
! return event
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog