You broke support for app relocation.

On 10/08/15 21:08, q66 wrote:
> q66 pushed a commit to branch master.
>
> http://git.enlightenment.org/apps/ephoto.git/commit/?id=c736d8d07a737ce4f84606af5c9315356edb58c5
>
> commit c736d8d07a737ce4f84606af5c9315356edb58c5
> Author: q66 <dan...@octaforge.org>
> Date:   Mon Aug 10 21:07:54 2015 +0100
>
>      fixed localization
> ---
>   src/bin/ephoto.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/bin/ephoto.c b/src/bin/ephoto.c
> index f56f8a9..e8c3c73 100644
> --- a/src/bin/ephoto.c
> +++ b/src/bin/ephoto.c
> @@ -18,7 +18,7 @@ elm_main(int argc, char **argv)
>      elm_language_set("");
>   #if HAVE_GETTEXT && ENABLE_NLS
>      elm_app_compile_locale_set(LOCALEDIR);
> -   bindtextdomain(PACKAGE, elm_app_locale_dir_get());
> +   bindtextdomain(PACKAGE, LOCALEDIR);
>      textdomain(PACKAGE);
>   #endif
>
>


------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to