elementary: update elm_quicklaunch_fork to use the new Eina_Value exit API.

This commit is contained in:
Cedric Bail 2017-10-27 15:41:37 -07:00
parent e361189e27
commit 3e41da66a8
1 changed files with 1 additions and 1 deletions

View File

@ -1238,7 +1238,7 @@ elm_quicklaunch_fork(int argc,
{
efl_event_callback_add(ecore_main_loop_get(), EFL_LOOP_EVENT_ARGUMENTS, qre_main, NULL);
}
ret = efl_loop_begin(ecore_main_loop_get());
ret = efl_loop_exit_code_process(efl_loop_begin(ecore_main_loop_get()));
elm_shutdown();
exit(ret);
}