Update of /cvsroot/freevo/freevo/src/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8388/src/config
Modified Files:
__init__.py configfile.py
Log Message:
renamed SKIN_* and OSD_* variables to GUI_*
Index: configfile.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/config/configfile.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** configfile.py 28 Nov 2004 17:31:24 -0000 1.1
--- configfile.py 31 Dec 2004 11:57:40 -0000 1.2
***************
*** 107,110 ****
--- 107,119 ----
sys.exit(1)
+ if int(str(CONFIG_VERSION).split('.')[0]) < 5:
+ print
+ print 'Error: You local_conf.py is too old, too much has changed.'
+ print 'Please check freevo_config.py for changes and set'
+ print 'CONFIG_VERSION in %s to %s' % \
+ (overridefile, LOCAL_CONF_VERSION)
+ print
+ sys.exit(1)
+
if int(str(CONFIG_VERSION).split('.')[0]) != \
int(str(LOCAL_CONF_VERSION).split('.')[0]):
Index: __init__.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/config/__init__.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** __init__.py 12 Dec 2004 17:05:13 -0000 1.5
--- __init__.py 31 Dec 2004 11:57:40 -0000 1.6
***************
*** 217,221 ****
# set default font
#
! OSD_DEFAULT_FONTNAME = os.path.join(FONT_DIR, OSD_DEFAULT_FONTNAME)
#
--- 217,221 ----
# set default font
#
! GUI_FONT_DEFAULT_NAME = os.path.join(FONT_DIR, GUI_FONT_DEFAULT_NAME)
#
-------------------------------------------------------
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