editor: dont use smart parent object.

This fixes: T6389 for Edi. Perhaps needs fixes elsewhere IDK.
This commit is contained in:
Al Poole 2017-11-22 15:48:00 +00:00
parent 905a0ea990
commit b27c43abc5
1 changed files with 1 additions and 1 deletions

View File

@ -1212,7 +1212,7 @@ _focused_cb(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUS
{
ecore_timer_del(editor->save_timer);
editor->save_timer = NULL;
_edi_editor_file_change_popup(evas_object_smart_parent_get(obj), editor);
_edi_editor_file_change_popup(obj, editor);
editor->modified = EINA_FALSE;
return;
}