Author: duncan
Date: Wed Oct 4 19:56:14 2006
New Revision: 8317
Modified:
branches/rel-1-5/freevo/src/plugins/idlebar/__init__.py
Log:
[ 1570917 ] idlebar.clock does not display correctly in UTF-8
Patch applied.
Modified: branches/rel-1-5/freevo/src/plugins/idlebar/__init__.py
==============================================================================
--- branches/rel-1-5/freevo/src/plugins/idlebar/__init__.py (original)
+++ branches/rel-1-5/freevo/src/plugins/idlebar/__init__.py Wed Oct 4
19:56:14 2006
@@ -177,7 +177,7 @@
self.timeformat = format
def draw(self, (type, object), x, osd):
- clock = time.strftime(self.timeformat)
+ clock = Unicode(time.strftime(self.timeformat))
font = osd.get_font('clock')
pad_x = 10
idlebar_height = 60
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog