elementary: update elm_quicklaunch_fork to use the new Eina_Value exit API.
authorCedric Bail <cedric@osg.samsung.com>
Fri, 27 Oct 2017 22:41:37 +0000 (15:41 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Fri, 27 Oct 2017 22:41:37 +0000 (15:41 -0700)
src/lib/elementary/elm_main.c

index cfa6ef8..20f596a 100644 (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);
      }