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

Modified Files:
        player.py 
Log Message:
move context handling from eventhandler to input

Index: player.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/player.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** player.py   26 Jun 2005 10:53:00 -0000      1.6
--- player.py   16 Jul 2005 08:41:12 -0000      1.7
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.7  2005/07/16 08:41:12  dischi
+ # move context handling from eventhandler to input
+ #
  # Revision 1.6  2005/06/26 10:53:00  dischi
  # use kaa.epg instead of pyepg
***************
*** 79,87 ****
      template for tv player application
      """
!     def __init__(self, name, event_context='tv', fullscreen=True):
          """
          init the player
          """
!         Application.__init__(self, name, event_context, fullscreen)
  
  
--- 82,90 ----
      template for tv player application
      """
!     def __init__(self, name, eventmap='tv', fullscreen=True):
          """
          init the player
          """
!         Application.__init__(self, name, eventmap, fullscreen)
  
  



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