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

Modified Files:
        channels.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: channels.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/channels.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** channels.py 4 Feb 2004 14:11:19 -0000       1.12
--- channels.py 5 Feb 2004 14:23:50 -0000       1.13
***************
*** 10,13 ****
--- 10,19 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.13  2004/02/05 14:23:50  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.12  2004/02/04 14:11:19  outlyer
  # Cleanup and fixup:
***************
*** 194,197 ****
--- 200,205 ----
          return config.TV_CHANNELS[self.chan_index][2]
  
+     def getManChannel(self,channel=0):
+         return config.TV_CHANNELS[(channel-1) % len(config.TV_CHANNELS)][2]
  
      def getNextChannel(self):



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