Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv5764
Modified Files:
menu.py main.py
Log Message:
changes to the new draw function in skin
Index: menu.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/menu.py,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** menu.py 4 Dec 2003 21:48:10 -0000 1.71
--- menu.py 6 Dec 2003 13:46:11 -0000 1.72
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.72 2003/12/06 13:46:11 dischi
+ # changes to the new draw function in skin
+ #
# Revision 1.71 2003/12/04 21:48:10 dischi
# also add the plugin area
***************
*** 309,313 ****
if not isinstance(menu, Menu):
! return skin.draw((menu.type, menu))
if self.menustack[-1].umount_all == 1:
--- 312,316 ----
if not isinstance(menu, Menu):
! return skin.draw(menu.type, menu)
if self.menustack[-1].umount_all == 1:
***************
*** 321,325 ****
self.init_page()
! skin.draw(('menu', self))
# Draw any child UI objects
--- 324,328 ----
self.init_page()
! skin.draw('menu', self, self.menustack[-1])
# Draw any child UI objects
Index: main.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/main.py,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -d -r1.95 -r1.96
*** main.py 4 Dec 2003 21:50:20 -0000 1.95
--- main.py 6 Dec 2003 13:46:11 -0000 1.96
***************
*** 11,14 ****
--- 11,17 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.96 2003/12/06 13:46:11 dischi
+ # changes to the new draw function in skin
+ #
# Revision 1.95 2003/12/04 21:50:20 dischi
# include Splashscreen here
***************
*** 327,331 ****
"""
self.pos = pos
! skin.draw(('splashscreen', None))
--- 330,334 ----
"""
self.pos = pos
! skin.draw('splashscreen', None)
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog