From: Cedric Bail Date: Fri, 27 Oct 2017 22:41:37 +0000 (-0700) Subject: elementary: update elm_quicklaunch_fork to use the new Eina_Value exit API. X-Git-Tag: submit/sandbox/upgrade/efl120/20180319.053334~1993 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e41da66a837c420931558955461ac0831685793;p=platform%2Fupstream%2Fefl.git elementary: update elm_quicklaunch_fork to use the new Eina_Value exit API. --- diff --git a/src/lib/elementary/elm_main.c b/src/lib/elementary/elm_main.c index cfa6ef8..20f596a 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); }