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:


minus some printfs'

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_object_textblock.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- evas_object_textblock.c     13 Feb 2005 06:27:32 -0000      1.32
+++ evas_object_textblock.c     13 Feb 2005 07:11:50 -0000      1.33
@@ -1635,6 +1635,8 @@
    if (len <= 0) return;
    if (o->pos >= o->len) return;
 
+   /* FIXME: need to delete formatting info too */
+   
    /* deleting everything */
    if ((o->pos == 0) && (len >= o->len))
      {
@@ -1768,11 +1770,9 @@
    /* at the end - just append */
    if (!node)
      {
-       printf("FORMAT INSERT: no node to insert at\n");
        nformat = evas_object_textblock_format_merge(NULL, (char *)format);
        if (nformat)
          {
-            printf("end..\n");
             node = calloc(1, sizeof(Node));
             node->format = nformat;
             o->nodes = evas_object_list_append(o->nodes, node);
@@ -1780,7 +1780,6 @@
      }
    else
      {
-       printf("FORMAT INSERT: \"%s\"\n", node->text);
        nformat = evas_object_textblock_format_merge(NULL, (char *)format);
        if (nformat)
          {




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