From: Hermet Park Date: Mon, 27 Aug 2018 05:43:34 +0000 (+0000) Subject: elementary main: fix typo X-Git-Tag: submit/sandbox/upgrade/efl120/20180919.042345~99 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb25196632ae4d179addbd2c660aadcf14710410;p=platform%2Fupstream%2Fefl.git elementary main: fix typo Differential Revision: https://phab.enlightenment.org/D6910 --- diff --git a/src/lib/elementary/elm_main.c b/src/lib/elementary/elm_main.c index 097679a..c929b34 100644 --- a/src/lib/elementary/elm_main.c +++ b/src/lib/elementary/elm_main.c @@ -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 }