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:


printf--

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_object_textblock.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -3 -r1.64 -r1.65
--- evas_object_textblock.c     8 Aug 2005 12:43:59 -0000       1.64
+++ evas_object_textblock.c     8 Aug 2005 14:36:12 -0000       1.65
@@ -1294,7 +1294,6 @@
      }
    else if (!strcmp(cmd, "wrap"))
      {
-       printf("WRAP \"%s\"\n", param);
        if (!strcmp(param, "word"))
          {
             fmt->wrap_word = 1;
@@ -1635,7 +1634,6 @@
                  it = calloc(1, sizeof(Evas_Object_Textblock_Item));
                  fmt->ref++;
                  it->format = fmt;
-                 printf("IT: %s\n", str);
                  it->text = strdup(str);
                  inset = ENFN->font_inset_get(ENDT, fmt->font.font, it->text);
 //               if (ln->items == NULL) x = inset;
@@ -1654,7 +1652,6 @@
                                                            &cw, &ch);
                       if (wrap > 0)
                         {
-                           printf("WRAP AT %i [%c]\n", wrap, str[wrap]);
                            /* FIXME: handle wrap */
                            if (fmt->wrap_word)
                              {
@@ -1662,7 +1659,6 @@
                                 while ((wrap >= 0) &&
                                        (!_is_white(str[wrap]))) wrap--;
                                 wrap++;
-                                printf("back to [%c]\n", str[wrap]);
                                 /* wrap now is the index of the word START */
                                 /* cut of pointless whitespace at end of
                                  * previous line
@@ -1674,7 +1670,6 @@
                                             _is_white(str[twrap])) twrap--;
                                      ts = it->text;
                                      while (!_is_white(str[twrap])) twrap++;
-                                     printf("ts[twrap] = %c\n", ts[twrap]);
                                      ts[twrap] = 0;
                                      it->text = strdup(ts);
                                      free(ts);
@@ -1682,10 +1677,8 @@
                                   }
                                 else
                                   {
-                                     printf("%p\n", ln->items);
                                      if (ln->items != NULL)
                                        {
-                                          printf("EMPTY\n");
                                           empty_item = 1;
                                           if (it->text) free(it->text);
                                           _format_free(obj, it->format);
@@ -1736,7 +1729,6 @@
                         }
                       else
                         {
-                           printf("NO WRAP!\n");
                            if (ln->items != NULL)
                              {
                                 empty_item = 1;




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to