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

Modified Files:
        listing_area.py 
Log Message:
unicode fix

Index: listing_area.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/skins/main/listing_area.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** listing_area.py     4 Feb 2004 19:05:36 -0000       1.24
--- listing_area.py     24 Feb 2004 21:20:30 -0000      1.25
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.25  2004/02/24 21:20:30  dischi
+ # unicode fix
+ #
  # Revision 1.24  2004/02/04 19:05:36  dischi
  # remove bad log message
***************
*** 403,407 ****
                              x_mod, table_text[i] = text_or_icon(settings, 
table_text[i],
                                                                  table_x, table_w, 
val.font)
!                             if not isinstance(table_text[i], str):
                                  self.drawimage(table_text[i], (table_x + x_mod, y0 + 
vskip))
                                  table_text[i] = ''
--- 406,411 ----
                              x_mod, table_text[i] = text_or_icon(settings, 
table_text[i],
                                                                  table_x, table_w, 
val.font)
!                             if not (isinstance(table_text[i], str) or
!                                     isinstance(table_text[i], unicode)):
                                  self.drawimage(table_text[i], (table_x + x_mod, y0 + 
vskip))
                                  table_text[i] = ''



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