Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_text.c 


Log Message:
utf-8 should now work in the entry

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text.c,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -3 -r1.105 -r1.106
--- ewl_text.c  10 Jun 2006 16:52:06 -0000      1.105
+++ ewl_text.c  11 Jun 2006 12:49:10 -0000      1.106
@@ -237,7 +237,7 @@
 
        if (idx >= t->length)
        {
-               idx = t->length - 1;
+               idx = ewl_text_utf_char_position_prev(t->text, t->length);
                shifting = 1;
        }
 




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

Reply via email to