Update of /cvsroot/freevo/freevo/src/audio/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv17784/src/audio/plugins

Modified Files:
        mplayer.py radioplayer.py xine.py 
Log Message:
add menuw to eventhandler, it may be needed

Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/mplayer.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** mplayer.py  23 Aug 2003 12:51:42 -0000      1.13
--- mplayer.py  1 Sep 2003 19:46:01 -0000       1.14
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.14  2003/09/01 19:46:01  dischi
+ # add menuw to eventhandler, it may be needed
+ #
  # Revision 1.13  2003/08/23 12:51:42  dischi
  # removed some old CVS log messages
***************
*** 177,181 ****
          self.playerGUI.refresh()
          
!     def eventhandler(self, event):
          """
          eventhandler for mplayer control. If an event is not bound in this
--- 180,184 ----
          self.playerGUI.refresh()
          
!     def eventhandler(self, event, menuw=None):
          """
          eventhandler for mplayer control. If an event is not bound in this

Index: radioplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/radioplayer.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** radioplayer.py      27 Aug 2003 15:30:12 -0000      1.1
--- radioplayer.py      1 Sep 2003 19:46:02 -0000       1.2
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.2  2003/09/01 19:46:02  dischi
+ # add menuw to eventhandler, it may be needed
+ #
  # Revision 1.1  2003/08/27 15:30:12  mikeruelle
  # Start of Radio Support
***************
*** 106,110 ****
          self.playerGUI.refresh()
          
!     def eventhandler(self, event):
          """
          eventhandler for mplayer control. If an event is not bound in this
--- 109,113 ----
          self.playerGUI.refresh()
          
!     def eventhandler(self, event, menuw=None):
          """
          eventhandler for mplayer control. If an event is not bound in this

Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/xine.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** xine.py     26 Aug 2003 20:24:07 -0000      1.3
--- xine.py     1 Sep 2003 19:46:02 -0000       1.4
***************
*** 13,16 ****
--- 13,19 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.4  2003/09/01 19:46:02  dischi
+ # add menuw to eventhandler, it may be needed
+ #
  # Revision 1.3  2003/08/26 20:24:07  outlyer
  # Apparently some files have spaces in them... D'oh :)
***************
*** 182,186 ****
              
  
!     def eventhandler(self, event):
          """
          eventhandler for xine control. If an event is not bound in this
--- 185,189 ----
              
  
!     def eventhandler(self, event, menuw=None):
          """
          eventhandler for xine control. If an event is not bound in this




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to