Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : libs/etox

Dir     : e17/libs/etox/src


Modified Files:
        etox.c 


Log Message:

Reset the text width to 0 on etox_text_set. This way, after recalculation, we get the 
actual width of the text, instead of the previous max width.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/src/etox.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -3 -r1.67 -r1.68
--- etox.c      18 Oct 2003 16:43:37 -0000      1.67
+++ etox.c      25 Jan 2004 01:50:57 -0000      1.68
@@ -450,6 +450,7 @@
         */
        et->h = 0;
        et->length = 0;
+       et->tw = 0;
        for (l = et->lines; l; l = l->next) {
                line = l->data;
                /*




-------------------------------------------------------
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
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to