elementary main: fix typo

Differential Revision: https://phab.enlightenment.org/D6910
This commit is contained in:
Hermet Park 2018-08-27 05:43:34 +00:00 committed by Marcel Hollerbach
parent ea1c797963
commit 640596e68a
1 changed files with 1 additions and 1 deletions

View File

@ -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
}