Elm entry: Fixed an issue with undo/redo.

SVN revision: 67582
This commit is contained in:
Tom Hacohen 2012-01-29 11:55:23 +00:00
parent e1b8a631f8
commit 612d100570
1 changed files with 1 additions and 0 deletions

View File

@ -1116,6 +1116,7 @@ void
_elm_entry_entry_paste(Evas_Object *obj, const char *entry)
{
Elm_Entry_Change_Info info;
info.merge = EINA_FALSE;
info.insert = EINA_TRUE;
info.change.insert.pos = elm_entry_cursor_pos_get(obj);
info.change.insert.content = eina_stringshare_add(entry);