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

Modified Files:
        player.py 
Log Message:
adjust to new event interface

Index: player.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/player.py,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** player.py   24 Jun 2005 20:49:39 -0000      1.35
--- player.py   16 Jul 2005 09:48:21 -0000      1.36
***************
*** 42,46 ****
  import gui.areas
  import plugin
- import eventhandler
  
  from event import *
--- 42,45 ----
***************
*** 145,149 ****
  
          # post event for showing visualizations
!         eventhandler.post(AUDIO_VISUAL_SHOW)
  
  
--- 144,149 ----
  
          # post event for showing visualizations
!         # FIXME: maybe this is a Signal
!         AUDIO_VISUAL_SHOW.post()
  
  
***************
*** 158,162 ****
  
          # post event for hiding visualizations
!         eventhandler.post(AUDIO_VISUAL_HIDE)
  
  
--- 158,163 ----
  
          # post event for hiding visualizations
!         # FIXME: maybe this is a Signal
!         AUDIO_VISUAL_HIDE.post()
  
  



-------------------------------------------------------
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

Reply via email to