Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/canvas


Modified Files:
        evas_object_textblock.c 


Log Message:


fix format size calc - missed last line.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_object_textblock.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- evas_object_textblock.c     9 Feb 2005 16:10:55 -0000       1.25
+++ evas_object_textblock.c     10 Feb 2005 01:02:55 -0000      1.26
@@ -766,6 +766,7 @@
                            if (ll == (Evas_Object_List *)line_start) break;
                         }
                       lnode->line_end = 1;
+                      fh = layout.line.y + layout.line.mascent + 
layout.line.mdescent;
                    }
               }
             /* text doesnt fit */
@@ -1231,7 +1232,6 @@
        for (l = (Evas_Object_List *)lnode; l; l = l->next)
          {
             lnode = (Layout_Node *)l;
-            printf("%s\n", lnode->text);
             if ((lnode->text) && (lnode->line_end))
               {
                  int index;




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to