Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src/lib
Modified Files:
ewl_text.c
Log Message:
Fix delete segfault.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_text.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -3 -r1.70 -r1.71
--- ewl_text.c 1 Dec 2005 05:42:20 -0000 1.70
+++ ewl_text.c 2 Dec 2005 04:26:41 -0000 1.71
@@ -4098,7 +4098,7 @@
DCHECK_PARAM_PTR("t", t);
DCHECK_TYPE("t", t, "text");
- child = ewl_text_tree_node_get(t->formatting.tree, idx, TRUE);
+ child = ewl_text_tree_node_get(t->formatting.tree, idx, FALSE);
if (!child) DRETURN(DLEVEL_STABLE)
pos = ewl_text_tree_idx_start_count_get(t->formatting.tree, idx, TRUE);
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs