From 424b7ed6b7bd136c5292e1e922f81122bbffe6c0 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 16 Aug 2010 09:08:01 +0000 Subject: [PATCH] Evas textblock: Another fix to 'range_get' fixes the text getting and not just the mishandling of formats. SVN revision: 51176 --- legacy/evas/src/lib/canvas/evas_object_textblock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/canvas/evas_object_textblock.c b/legacy/evas/src/lib/canvas/evas_object_textblock.c index e7cfbd9c98..888782e11b 100644 --- a/legacy/evas/src/lib/canvas/evas_object_textblock.c +++ b/legacy/evas/src/lib/canvas/evas_object_textblock.c @@ -5980,7 +5980,7 @@ evas_textblock_cursor_range_text_get(const Evas_Textblock_Cursor *cur1, const Ev int off; text_base = text = - eina_unicode_strdup(eina_ustrbuf_string_get(n1->unicode)); + eina_unicode_strdup(eina_ustrbuf_string_get(tnode->unicode)); if (tnode == cur2->node) { fnode = _evas_textblock_node_text_get_first_format_between(o, n1,