Update of /cvsroot/freevo/freevo/src/audio
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8388/src/audio
Modified Files:
player.py
Log Message:
renamed SKIN_* and OSD_* variables to GUI_*
Index: player.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/player.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** player.py 20 Nov 2004 18:23:00 -0000 1.31
--- player.py 31 Dec 2004 11:57:40 -0000 1.32
***************
*** 15,18 ****
--- 15,21 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.32 2004/12/31 11:57:40 dischi
+ # renamed SKIN_* and OSD_* variables to GUI_*
+ #
# Revision 1.31 2004/11/20 18:23:00 dischi
# use python logger module for debug
***************
*** 184,188 ****
self.bg_playing = False
self.refresh()
! self.draw_engine.show(config.OSD_FADE_STEPS)
--- 187,191 ----
self.bg_playing = False
self.refresh()
! self.draw_engine.show(config.GUI_FADE_STEPS)
***************
*** 192,196 ****
"""
Application.hide(self)
! self.draw_engine.hide(config.OSD_FADE_STEPS)
if self.running:
self.bg_playing = True
--- 195,199 ----
"""
Application.hide(self)
! self.draw_engine.hide(config.GUI_FADE_STEPS)
if self.running:
self.bg_playing = True
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog