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

Modified Files:
        default_areas.py 
Log Message:
fix Unicode problem

Index: default_areas.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/skins/main/default_areas.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** default_areas.py    5 Feb 2004 19:54:55 -0000       1.8
--- default_areas.py    7 Feb 2004 19:07:55 -0000       1.9
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.9  2004/02/07 19:07:55  dischi
+ # fix Unicode problem
+ #
  # Revision 1.8  2004/02/05 19:54:55  dischi
  # fix crash
***************
*** 130,134 ****
                      text = sn[1] + "x" + sn[2] + " - " + sn[3] 
                  elif item.parent and len(item.parent.name) > 5 and \
!                          item.name.startswith(item.parent.name):
                      text = item.name[len(item.parent.name):].strip(' -_')
                      if not text:
--- 133,137 ----
                      text = sn[1] + "x" + sn[2] + " - " + sn[3] 
                  elif item.parent and len(item.parent.name) > 5 and \
!                          Unicode(item.name).startswith(Unicode(item.parent.name)):
                      text = item.name[len(item.parent.name):].strip(' -_')
                      if not text:



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to