Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_entry.c 


Log Message:
Remove the printf for inserting characters as imho it's not really needed
anymore. Entry widget seems to be working fine.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_entry.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- e_entry.c   1 Jun 2006 04:09:33 -0000       1.16
+++ e_entry.c   8 Jun 2006 15:47:09 -0000       1.17
@@ -131,7 +131,6 @@
    if ((!text) || ((strlen(text) <= 1) && (text[0] < 0x20)))
      return;
 
-   printf("Insert: \"%s\"\n", text);
    cursor = (Evas_Textblock_Cursor 
*)evas_object_textblock_cursor_get(sd->text_object);
 
    if (sd->cursor_at_the_end)




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to