elementary main: fix typo
authorHermet Park <hermetpark@gmail.com>
Mon, 27 Aug 2018 05:43:34 +0000 (05:43 +0000)
committerWooHyun Jung <wh0705.jung@samsung.com>
Wed, 29 Aug 2018 05:28:54 +0000 (14:28 +0900)
Differential Revision: https://phab.enlightenment.org/D6910

src/lib/elementary/elm_main.c

index 097679a..c929b34 100644 (file)
@@ -690,7 +690,7 @@ _elm_unneed_elocation(void)
 #ifdef ELM_ELOCATION
    if (!_elm_need_elocation) return;
    _elm_need_elocation = EINA_FALSE;
-   eldbus_shutdown();
+   elocation_shutdown();
 #endif
 }