Update of /cvsroot/freevo/freevo/src/plugins/idlebar
In directory sc8-pr-cvs1:/tmp/cvs-serv31020

Modified Files:
        __init__.py 
Log Message:
use a working font

Index: __init__.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/idlebar/__init__.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** __init__.py 22 Nov 2003 21:06:41 -0000      1.4
--- __init__.py 14 Jan 2004 18:08:46 -0000      1.5
***************
*** 19,22 ****
--- 19,25 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.5  2004/01/14 18:08:46  dischi
+ # use a working font
+ #
  # Revision 1.4  2003/11/22 21:06:41  outlyer
  # Merge of the new version of the pymetar library from upstream.
***************
*** 386,390 ****
      def draw(self, (type, object), x, osd):
          temp,icon = self.checkweather()
!         font  = osd.get_font('weather')
          osd.draw_image(os.path.join(config.ICON_DIR, 'weather/' + icon),
                          (x, osd.y + 15, -1, -1))
--- 389,393 ----
      def draw(self, (type, object), x, osd):
          temp,icon = self.checkweather()
!         font  = osd.get_font('small0')
          osd.draw_image(os.path.join(config.ICON_DIR, 'weather/' + icon),
                          (x, osd.y + 15, -1, -1))




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to