cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3e41da66a837c420931558955461ac0831685793
commit 3e41da66a837c420931558955461ac0831685793 Author: Cedric Bail <[email protected]> Date: Fri Oct 27 15:41:37 2017 -0700 elementary: update elm_quicklaunch_fork to use the new Eina_Value exit API. --- src/lib/elementary/elm_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/elm_main.c b/src/lib/elementary/elm_main.c index cfa6ef84f5..20f596a20b 100644 --- a/src/lib/elementary/elm_main.c +++ b/src/lib/elementary/elm_main.c @@ -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); } --
