efbb: call elm_exit on exit

not elm_shutdown



SVN revision: 77380
This commit is contained in:
Bruno Dilly 2012-10-03 17:27:27 +00:00
parent 84503bf5b9
commit 8ac39c6f1e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ _exit_cb(void *data, Evas_Object *obj __UNUSED__,
{
Evas_Object *win = data;
evas_object_del(win);
elm_shutdown();
elm_exit();
}
Evas_Object *