Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_text_fmt.c 


Log Message:
fix issues with uft-8 and deletion

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text_fmt.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewl_text_fmt.c      20 Aug 2007 19:56:43 -0000      1.7
+++ ewl_text_fmt.c      20 Aug 2007 20:30:16 -0000      1.8
@@ -304,7 +304,8 @@
 
                        /* Note: we already removed the related text part
                         * so it is save to use the new shorter text here */
-                       ewl_text_fmt_char_to_byte(fmt, idx, 
+                       ewl_text_fmt_char_to_byte(fmt, 
+                                       fmt->current_node.char_idx,
                                        node->char_len, 
                                        NULL, &byte_len);
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to