Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv17237
Modified Files:
main.py
Log Message:
show splashscreen on startup
Index: main.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/main.py,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** main.py 26 Aug 2003 20:28:05 -0000 1.66
--- main.py 31 Aug 2003 14:19:11 -0000 1.67
***************
*** 11,14 ****
--- 11,17 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.67 2003/08/31 14:19:11 dischi
+ # show splashscreen on startup
+ #
# Revision 1.66 2003/08/26 20:28:05 outlyer
# Black the screen on shutdown
***************
*** 267,272 ****
def main_func():
import plugin
! plugin.init()
!
signal.signal(signal.SIGTERM, signal_handler)
signal.signal(signal.SIGINT, signal_handler)
--- 270,279 ----
def main_func():
import plugin
!
! if hasattr(skin, 'Splashscreen'):
! plugin.init(skin.Splashscreen().progress)
! else:
! plugin.init()
!
signal.signal(signal.SIGTERM, signal_handler)
signal.signal(signal.SIGINT, signal_handler)
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog