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

Modified Files:
        main.py 
Log Message:
Added new tv main menu for the new skin. This includes the tv guide 
(file is now called tvguide and not tvmenu) and DIR_RECORD. This
directory is sort by date and can have a different menu style in the skin.
See blue_round2 as example: there is a tv watermark, no view area and
the listing area is larger.


Index: main.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/main.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** main.py     21 Mar 2003 19:51:35 -0000      1.30
--- main.py     29 Mar 2003 21:49:54 -0000      1.31
***************
*** 10,13 ****
--- 10,20 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.31  2003/03/29 21:49:54  dischi
+ # Added new tv main menu for the new skin. This includes the tv guide
+ # (file is now called tvguide and not tvmenu) and DIR_RECORD. This
+ # directory is sort by date and can have a different menu style in the skin.
+ # See blue_round2 as example: there is a tv watermark, no view area and
+ # the listing area is larger.
+ #
  # Revision 1.30  2003/03/21 19:51:35  dischi
  # moved some main menu settings from skin to freevo_config.py (new skin only)
***************
*** 117,121 ****
  import mixer   # The mixer class
  import rc      # The RemoteControl class.
- import tv.tv   # The TV module
  
  import identifymedia
--- 124,127 ----
***************
*** 127,130 ****
--- 133,141 ----
  from item import Item
  
+ if config.NEW_SKIN:
+     from tv.tv import TVMenu
+ else:
+     import tv.tv
+     
  DEBUG = config.DEBUG
  




-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to