Elm entry: Conform to the evas markup_to_plain -> text_markup_to_utf8 change.

SVN revision: 66188
This commit is contained in:
Tom Hacohen 2011-12-14 11:51:02 +00:00
parent ceb31a59fc
commit 68c029ca15
1 changed files with 1 additions and 1 deletions

View File

@ -1098,7 +1098,7 @@ _elm_entry_entry_paste(Evas_Object *obj, const char *entry)
info.change.insert.content = eina_stringshare_add(entry);
{
char *tmp;
tmp = evas_textblock_markup_to_plain(elm_entry_textblock_get(obj),
tmp = evas_textblock_text_markup_to_utf8(elm_entry_textblock_get(obj),
info.change.insert.content);
info.change.insert.plain_length = eina_unicode_utf8_get_len(tmp);
free(tmp);