Hi,

This breaks Efl.Ui.Text and Efl.Ui.Panes unfortunately. I looked at the
ticket but could not figure which of the widgets was causing you trouble.
Any more info so we an get this back in but properly?

Thanks,
Andy

On Fri, 5 Jan 2018 at 16:48 Mike Blumenkrantz <
michael.blumenkra...@gmail.com> wrote:

> discomfitor pushed a commit to branch master.
>
>
> http://git.enlightenment.org/core/efl.git/commit/?id=3d07b90461818804ed51b6dcaed9f05c0d0155bb
>
> commit 3d07b90461818804ed51b6dcaed9f05c0d0155bb
> Author: Mike Blumenkrantz <zm...@osg.samsung.com>
> Date:   Fri Jan 5 11:43:47 2018 -0500
>
>     elm: disable interface theme loading
>
>     this is broken. do not reenable until testing has been done.
>
>     partially reverts dd4467505ea29d6120e5e7d467d76836a6630ff4
>
>     ref T6579
> ---
>  src/lib/elementary/elm_theme.c | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/src/lib/elementary/elm_theme.c
> b/src/lib/elementary/elm_theme.c
> index 69028c6770..0780265859 100644
> --- a/src/lib/elementary/elm_theme.c
> +++ b/src/lib/elementary/elm_theme.c
> @@ -305,12 +305,12 @@ _elm_theme_set(Elm_Theme *th, Evas_Object *o, const
> char *clas, const char *grou
>
>     if ((!clas) || !o) return EFL_UI_THEME_APPLY_FAILED;
>     if (!th) th = &(theme_default);
> -   if (is_legacy)
> +   //if (is_legacy)
>       snprintf(buf2, sizeof(buf2), "elm/%s/%s/%s", clas, (group) ? group :
> "base", (style) ? style : "default");
> -   else
> -     snprintf(buf2, sizeof(buf2), "efl/%s%s%s%s%s", clas,
> -            ((group) ? group_sep : "\0"), ((group) ? group : "\0"),
> -            ((style) ? style_sep : "\0"), ((style) ? style : "\0"));
> +   //else
> +     //snprintf(buf2, sizeof(buf2), "efl/%s%s%s%s%s", clas,
> +            //((group) ? group_sep : "\0"), ((group) ? group : "\0"),
> +            //((style) ? style_sep : "\0"), ((style) ? style : "\0"));
>     if (!eina_hash_find(th->cache_style_load_failed, buf2))
>       {
>          file = _elm_theme_group_file_find(th, buf2);
> @@ -333,11 +333,11 @@ _elm_theme_set(Elm_Theme *th, Evas_Object *o, const
> char *clas, const char *grou
>       return EFL_UI_THEME_APPLY_FAILED;
>
>     // Use the elementary default style.
> -   if (is_legacy)
> +   //if (is_legacy)
>       snprintf(buf2, sizeof(buf2), "elm/%s/%s/%s", clas, (group) ? group :
> "base", "default");
> -   else
> -     snprintf(buf2, sizeof(buf2), "efl/%s%s%s", clas,
> -            ((group) ? group_sep : "\0"), ((group) ? group : "\0"));
> +   //else
> +     //snprintf(buf2, sizeof(buf2), "efl/%s%s%s", clas,
> +            //((group) ? group_sep : "\0"), ((group) ? group : "\0"));
>     if (!eina_hash_find(th->cache_style_load_failed, buf2))
>       {
>          file = _elm_theme_group_file_find(th, buf2);
>
> --
>
>
>

-- 
http://andywilliams.me
http://ajwillia.ms
------------------------------------------------------------------------------
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