Author: duncan
Date: Sun Feb  4 19:47:39 2007
New Revision: 9156

Modified:
   branches/rel-1/freevo/src/plugins/idlebar/encoding.py

Log:
Changed font to use the basic small0


Modified: branches/rel-1/freevo/src/plugins/idlebar/encoding.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/idlebar/encoding.py       (original)
+++ branches/rel-1/freevo/src/plugins/idlebar/encoding.py       Sun Feb  4 
19:47:39 2007
@@ -287,9 +287,7 @@
         _debug_("draw=%.2f, interval=%s, state=%s" % (duration, 
self.draw_interval, self.state), 2)
         self.drawtime = now
         self.lastdraw = now
-        font = osd.get_font('detachbar')
-        if font == osd.get_font('default'):
-            font = osd.get_font('info value')
+        font = osd.get_font('small0')
 
         self.calculate = True
         self.settext()

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to