2018-08-27 22:15 GMT+02:00 Hermet Park <hermetp...@gmail.com>:

> bu5hm4n pushed a commit to branch master.
>
> http://git.enlightenment.org/core/efl.git/commit/?id=
> 640596e68aca8e2ba5ee076d709707d8e88e527f
>
> commit 640596e68aca8e2ba5ee076d709707d8e88e527f
> Author: Hermet Park <hermetp...@gmail.com>
> Date:   Mon Aug 27 05:43:34 2018 +0000
>
>     elementary main: fix typo
>

This is not just a typo, it's a bad bug :)

I think this is the root cause of a python-efl crash I'm digging since
long time....

Please backport this to the stable branch

Cheers


>
>     Differential Revision: https://phab.enlightenment.org/D6910
> ---
>  src/lib/elementary/elm_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
>  }
>
>
> --
>
>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to