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

Modified Files:
        tvmenu.py 
Log Message:
remove old tv_util

Index: tvmenu.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/tvmenu.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** tvmenu.py   4 Dec 2004 01:23:55 -0000       1.22
--- tvmenu.py   6 Jan 2005 18:49:04 -0000       1.23
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.23  2005/01/06 18:49:04  dischi
+ # remove old tv_util
+ #
  # Revision 1.22  2004/12/04 01:23:55  rshortt
  # Update comment.
***************
*** 81,103 ****
  
  
- # def get_tunerid(channel_id):
- #     tuner_id = None
- #     for vals in config.TV_CHANNELS:
- #         tv_channel_id, tv_display_name, tv_tuner_id = vals[:3]
- #         if tv_channel_id == channel_id:
- #             return tv_tuner_id
- 
- #     AlertBox(text=_('Could not find TV channel %s') % channel_id).show()
- #     return None
- 
- 
- # def get_friendly_channel(channel_id):
- #     channel_name = tv_util.get_chan_displayname(channel_id)
- 
- #     if not channel_name: 
- #         AlertBox(text=_('Could not find TV channel %s') % channel_id).show()
- 
- #     return channel_name
- 
  
  class TVMenu(Item):
--- 84,87 ----



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to