From: tasn Date: Mon, 16 Aug 2010 09:08:01 +0000 (+0000) Subject: Evas textblock: Another fix to 'range_get' fixes the text getting and not just the... X-Git-Tag: 2.0_alpha~240^2~1672 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f997bef992d3241105082649020ace8aa7c08ad6;p=framework%2Fuifw%2Fevas.git Evas textblock: Another fix to 'range_get' fixes the text getting and not just the mishandling of formats. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@51176 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/canvas/evas_object_textblock.c b/src/lib/canvas/evas_object_textblock.c index e7cfbd9..888782e 100644 --- a/src/lib/canvas/evas_object_textblock.c +++ b/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,