Revert "entrance: delete the Evas_Object later."

This reverts commit 989e78eb40.
This commit is contained in:
Michael Bouchaud 2014-07-20 21:12:48 +00:00
parent f626cb0a23
commit f86244db33
1 changed files with 1 additions and 1 deletions

View File

@ -72,10 +72,10 @@ _entrance_conf_end(Evas_Object *win)
Eina_List *l;
PT("Delete config panel\n");
evas_object_del(win);
EINA_LIST_FOREACH(_entrance_conf->modules, l, conf)
conf->end();
_entrance_conf->current = NULL;
evas_object_del(win);
}
void