Evas textblock: Another fix to 'range_get' fixes the text getting and not just the mishandling of formats.

SVN revision: 51176
This commit is contained in:
Tom Hacohen 2010-08-16 09:08:01 +00:00
parent b45bf5e97e
commit 424b7ed6b7
1 changed files with 1 additions and 1 deletions

View File

@ -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,