Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28266
Modified Files:
directory.py
Log Message:
do not use skin.py
Index: directory.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/directory.py,v
retrieving revision 1.138
retrieving revision 1.139
diff -C2 -d -r1.138 -r1.139
*** directory.py 5 Aug 2004 17:38:54 -0000 1.138
--- directory.py 14 Aug 2004 15:10:20 -0000 1.139
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.139 2004/08/14 15:10:20 dischi
+ # do not use skin.py
+ #
# Revision 1.138 2004/08/05 17:38:54 dischi
# changes to adjust to the new menu code
***************
*** 68,72 ****
import menu
- import skin
import plugin
import fxditem
--- 71,74 ----
***************
*** 846,853 ****
# for DIRECTORY_FORCE_SKIN_LAYOUT max = number of styles in the menu
if arg == 'FORCE_SKIN_LAYOUT':
! if self.display_type and
skin.get_settings().menu.has_key(self.display_type):
! area = skin.get_settings().menu[self.display_type]
else:
! area = skin.get_settings().menu['default']
max = len(area.style) - 1
--- 848,855 ----
# for DIRECTORY_FORCE_SKIN_LAYOUT max = number of styles in the menu
if arg == 'FORCE_SKIN_LAYOUT':
! if self.display_type and
gui.get_settings().menu.has_key(self.display_type):
! area = gui.get_settings().menu[self.display_type]
else:
! area = gui.get_settings().menu['default']
max = len(area.style) - 1
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog