Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1:/tmp/cvs-serv12656/src/tv

Modified Files:
        tvmenu.py 
Log Message:
Make it possible to have a tv mainmenu plugin.


Index: tvmenu.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/tvmenu.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** tvmenu.py   28 Nov 2003 19:26:37 -0000      1.9
--- tvmenu.py   31 Dec 2003 16:10:30 -0000      1.10
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.10  2003/12/31 16:10:30  rshortt
+ # Make it possible to have a tv mainmenu plugin.
+ #
  # Revision 1.9  2003/11/28 19:26:37  dischi
  # renamed some config variables
***************
*** 193,196 ****
--- 196,203 ----
          items.append(menu.MenuItem(_('Search Guide'), action=self.show_search))
          # items.append(menu.MenuItem('View Favorites', action=self.show_favorites))
+ 
+         plugins_list = plugin.get('mainmenu_tv')
+         for p in plugins_list:
+             items += p.items(self)
  
          menuw.pushmenu(menu.Menu(_('TV Main Menu'), items, item_types = 'tv'))




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to