entrance: delete the Evas_Object later.

delete Evas_Object after calling end() so the configs still can access
data which is appended.
This commit is contained in:
Marcel Hollerbach 2014-05-29 19:37:42 +02:00
parent 3acd4a1ea3
commit 989e78eb40
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