Update of /cvsroot/freevo/freevo/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27979
Modified Files:
__init__.py
Log Message:
new area handling code
Index: __init__.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/__init__.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** __init__.py 1 Aug 2004 10:38:14 -0000 1.21
--- __init__.py 14 Aug 2004 15:08:21 -0000 1.22
***************
*** 7,10 ****
--- 7,13 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.22 2004/08/14 15:08:21 dischi
+ # new area handling code
+ #
# Revision 1.21 2004/08/01 10:38:14 dischi
# better access to various submodules
***************
*** 104,129 ****
! def get_skin():
! """
! return the skin object
! """
! global _skin
! if not _skin:
! import areas
! _skin = areas.AreaHandler(get_settings())
! _skin.set_screen(get_screen())
! return _skin
!
!
! def get_areas():
"""
return the area object
"""
! global _skin
! if not _skin:
! import areas
! _skin = areas.AreaHandler(get_settings())
! _skin.set_screen(get_screen())
! return _skin
--- 107,116 ----
! def AreaHandler(type, area_list):
"""
return the area object
"""
! import areas
! return areas.AreaHandler(type, area_list, get_settings(), get_screen())
-------------------------------------------------------
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