diff --git a/src/lib/elementary/elm_main.c b/src/lib/elementary/elm_main.c index fa38bf6dc9..a326fd56fe 100644 --- a/src/lib/elementary/elm_main.c +++ b/src/lib/elementary/elm_main.c @@ -661,7 +661,7 @@ _elm_unneed_elocation(void) #ifdef ELM_ELOCATION if (!_elm_need_elocation) return; _elm_need_elocation = EINA_FALSE; - eldbus_shutdown(); + elocation_shutdown(); #endif }