Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv18045
Modified Files: osd.py Log Message: small bugfix Index: osd.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/osd.py,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** osd.py 5 Jul 2003 15:45:57 -0000 1.60 --- osd.py 6 Jul 2003 19:26:24 -0000 1.61 *************** *** 10,13 **** --- 10,16 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.61 2003/07/06 19:26:24 dischi + # small bugfix + # # Revision 1.60 2003/07/05 15:45:57 dischi # Doh *************** *** 666,670 **** # calc the matching and rest string and return all this ! return (width, string[:c]+ellipses, string[c:]) --- 669,673 ---- # calc the matching and rest string and return all this ! return (width+ellipses_size, string[:c]+ellipses, string[c:]) *************** *** 778,782 **** y0 += line_height ! return r, (min_x, y, max_x, y+height_needed) --- 781,785 ---- y0 += line_height ! return r, (min_x, y, max_x, int(y+height_needed)) ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog