Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv5644
Modified Files:
tiny_osd.py
Log Message:
call correct stringsize function
Index: tiny_osd.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/tiny_osd.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** tiny_osd.py 28 Nov 2003 20:08:57 -0000 1.5
--- tiny_osd.py 1 Jan 2004 17:41:42 -0000 1.6
***************
*** 16,19 ****
--- 16,22 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.6 2004/01/01 17:41:42 dischi
+ # call correct stringsize function
+ #
# Revision 1.5 2003/11/28 20:08:57 dischi
# renamed some config variables
***************
*** 101,105 ****
font = skin.get_singleton().settings.font['default']
! w = font.font.stringsize(self.message)
if type == 'osd':
--- 104,108 ----
font = skin.get_singleton().settings.font['default']
! w = font.stringsize(self.message)
if type == 'osd':
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog