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

Modified Files:
        menu.py 
Log Message:
only add to skin when not helper

Index: menu.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/menu.py,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** menu.py     4 Jan 2004 13:06:02 -0000       1.76
--- menu.py     9 Jan 2004 19:49:53 -0000       1.77
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.77  2004/01/09 19:49:53  dischi
+ # only add to skin when not helper
+ #
  # Revision 1.76  2004/01/04 13:06:02  dischi
  # MENU_CALL_ITEM_ACTION also checks the item itself
***************
*** 79,84 ****
  
  skin = skin.get_singleton()
- skin.register('menu', ('screen', 'title', 'subtitle', 'view', 'listing', 'info', 
'plugin'))
- 
  
  class MenuItem(Item):
--- 82,85 ----
***************
*** 682,684 ****
--- 683,690 ----
          if not menu.choices:
              menu.selected = self.all_items[0]
+ 
+ 
+ if __freevo_app__ == 'main':
+     areas = ('screen', 'title', 'subtitle', 'view', 'listing', 'info', 'plugin')
+     skin.register('menu', areas)
  




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to