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

Modified Files:
        tvlisting_area.py 
Log Message:
unicode fix (again)

Index: tvlisting_area.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/skins/main/tvlisting_area.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** tvlisting_area.py   21 Feb 2004 19:50:39 -0000      1.18
--- tvlisting_area.py   21 Feb 2004 20:03:45 -0000      1.19
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.19  2004/02/21 20:03:45  dischi
+ # unicode fix (again)
+ #
  # Revision 1.18  2004/02/21 19:50:39  dischi
  # unicode fix
***************
*** 384,391 ****
                                  val = selected_val
  
!                     if prg.title == Unicode(_('This channel has no data loaded')):
!                         val = copy.copy(val)
!                         val.align='center'
! 
                      if x0 > x1:
                          break
--- 387,397 ----
                                  val = selected_val
  
!                     try:
!                         if prg.title == _('This channel has no data loaded'):
!                             val = copy.copy(val)
!                             val.align='center'
!                     except UnicodeError:
!                         pass
!                     
                      if x0 > x1:
                          break



-------------------------------------------------------
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