Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28397
Modified Files: tvlisting_area.py Log Message: unicode fix Index: tvlisting_area.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/skins/main/tvlisting_area.py,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** tvlisting_area.py 4 Feb 2004 23:01:10 -0000 1.17 --- tvlisting_area.py 21 Feb 2004 19:50:39 -0000 1.18 *************** *** 10,13 **** --- 10,16 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.18 2004/02/21 19:50:39 dischi + # unicode fix + # # Revision 1.17 2004/02/04 23:01:10 outlyer # Remove some debugging Dischi left in... but the good news is the @*! *************** *** 371,377 **** # TODO: # * This is going to be SLOW for large schedules ! # * We should have a skin setting for recording background color # * I dunno what else. ! # I will work on this soon, but think of this as a proof of concept. if recordingshows: for recprogs in recordingshows: --- 374,382 ---- # TODO: # * This is going to be SLOW for large schedules ! # * We should have a skin setting for recording ! # background color # * I dunno what else. ! # I will work on this soon, but think of this as a ! # proof of concept. if recordingshows: for recprogs in recordingshows: *************** *** 379,383 **** val = selected_val ! if prg.title == _('This channel has no data loaded'): val = copy.copy(val) val.align='center' --- 384,388 ---- val = selected_val ! if prg.title == Unicode(_('This channel has no data loaded')): val = copy.copy(val) val.align='center' ------------------------------------------------------- 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