Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13514

Modified Files:
        osd.py 
Log Message:
Fixes for OSD_EXTRA_FONT:

o Filesystems are case sensitive; we can't arbitrarily set them to lower.
o If we're using the extra font path for osd.py, we need to use it in xml_skin



Index: osd.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/osd.py,v
retrieving revision 1.137
retrieving revision 1.138
diff -C2 -d -r1.137 -r1.138
*** osd.py      11 Feb 2004 21:21:56 -0000      1.137
--- osd.py      12 Feb 2004 03:32:41 -0000      1.138
***************
*** 11,14 ****
--- 11,20 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.138  2004/02/12 03:32:41  outlyer
+ # Fixes for OSD_EXTRA_FONT:
+ #
+ # o Filesystems are case sensitive; we can't arbitrarily set them to lower.
+ # o If we're using the extra font path for osd.py, we need to use it in xml_skin
+ #
  # Revision 1.137  2004/02/11 21:21:56  dischi
  # deactivate arialbd fix, font is broken
***************
*** 312,316 ****
              
              # search OSD_EXTRA_FONT_PATH for this font
!             fontname = os.path.basename(filename).lower()
              for path in config.OSD_EXTRA_FONT_PATH:
                  fname = os.path.join(path, fontname)
--- 318,322 ----
              
              # search OSD_EXTRA_FONT_PATH for this font
!             fontname = os.path.basename(filename)
              for path in config.OSD_EXTRA_FONT_PATH:
                  fname = os.path.join(path, fontname)



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to