diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2017-09-26 10:09:37 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2017-09-26 10:15:07 -0700 |
commit | 0b37853f14f443c29163ca9bdb73845602da5ca2 (patch) | |
tree | eac90ee5f831771c59b4f0be1d5fd59efe0c4b55 /src/lib/elementary/elm_main.c | |
parent | 5c14be4ecf9f5bb807f286272c4d9ecccc4aa12b (diff) |
elementary: actually implement the terminate event.
Diffstat (limited to '')
-rw-r--r-- | src/lib/elementary/elm_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/elementary/elm_main.c b/src/lib/elementary/elm_main.c index 196f5b5bbc..0bf8fe41ca 100644 --- a/src/lib/elementary/elm_main.c +++ b/src/lib/elementary/elm_main.c | |||
@@ -435,6 +435,8 @@ elm_shutdown(void) | |||
435 | _elm_init_count--; | 435 | _elm_init_count--; |
436 | if (_elm_init_count > 0) return _elm_init_count; | 436 | if (_elm_init_count > 0) return _elm_init_count; |
437 | 437 | ||
438 | efl_event_callback_call(ecore_main_loop_get(), EFL_LOOP_EVENT_TERMINATE, NULL); | ||
439 | |||
438 | ecore_event_handler_del(system_handlers[0]); | 440 | ecore_event_handler_del(system_handlers[0]); |
439 | ecore_event_handler_del(system_handlers[1]); | 441 | ecore_event_handler_del(system_handlers[1]); |
440 | 442 | ||