Enlightenment CVS committal

Author  : moom
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_editable.c 


Log Message:
* [Entry] It should fix e_widget_entry_clear()


===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_editable.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- e_editable.c        23 Aug 2006 10:14:17 -0000      1.12
+++ e_editable.c        30 Aug 2006 20:44:10 -0000      1.13
@@ -222,6 +222,8 @@
         sd->unicode_length = 0;
         sd->allocated_length = E_EDITABLE_BLOCK_SIZE;
      }
+   else
+     _e_editable_text_update(editable);
    
    sd->cursor_pos = sd->unicode_length;
    sd->selection_pos = sd->unicode_length;



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to