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

Modified Files:
        event.py 
Log Message:
Patch from Viggo Fredriksen

o Move to ChildApp2 for mplayer TV plugin
o Channel changing via the number pad on the remote



Index: event.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/event.py,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** event.py    15 Jan 2004 21:15:28 -0000      1.37
--- event.py    5 Feb 2004 14:23:49 -0000       1.38
***************
*** 10,13 ****
--- 10,19 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.38  2004/02/05 14:23:49  outlyer
+ # Patch from Viggo Fredriksen
+ #
+ # o Move to ChildApp2 for mplayer TV plugin
+ # o Channel changing via the number pad on the remote
+ #
  # Revision 1.37  2004/01/15 21:15:28  outlyer
  # Fixed to use proper audio context buttons.
***************
*** 351,355 ****
      'VOL+'      : MIXER_VOLUP,
      'VOL-'      : MIXER_VOLDOWN,
!     'MUTE'      : MIXER_MUTE
      }
  
--- 357,370 ----
      'VOL+'      : MIXER_VOLUP,
      'VOL-'      : MIXER_VOLDOWN,
!     'MUTE'      : MIXER_MUTE,
!     '1'         : INPUT_1,
!     '2'         : INPUT_2,
!     '3'         : INPUT_3,
!     '4'         : INPUT_4,
!     '5'         : INPUT_5,
!     '6'         : INPUT_6,
!     '7'         : INPUT_7,
!     '8'         : INPUT_8,
!     '9'         : INPUT_9,
      }
  



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to