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

Modified Files:
        menu.py 
Log Message:
use new skin_fxd attribute in item to load skin updates

Index: menu.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/menu.py,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** menu.py     9 Jan 2004 21:06:17 -0000       1.78
--- menu.py     10 Jan 2004 13:15:25 -0000      1.79
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.79  2004/01/10 13:15:25  dischi
+ # use new skin_fxd attribute in item to load skin updates
+ #
  # Revision 1.78  2004/01/09 21:06:17  dischi
  # better skin_settings support. All the item variables need a cleanup/sort
***************
*** 356,363 ****
          fxd_file = None
  
!         if hasattr(item, 'fxd_file'):
!             fxd_file = item.fxd_file
!             if hasattr(item, 'skin_settings') and item.skin_settings:
!                 fxd_file = item.skin_settings
  
          for i in items:
--- 359,364 ----
          fxd_file = None
  
!         if item.skin_fxd:
!             fxd_file = item.skin_fxd
  
          for i in items:




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