From: Jaehwan Kim Date: Mon, 9 Jul 2012 05:22:25 +0000 (+0000) Subject: The more panel should be changed when the theme is changed. X-Git-Tag: v1.7.0~362 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=595cec7dc9b37acc55a81a99a777c89a79bc3e3b;p=platform%2Fupstream%2Felementary.git The more panel should be changed when the theme is changed. SVN revision: 73483 --- diff --git a/src/lib/elm_toolbar.c b/src/lib/elm_toolbar.c index c28b619..9edbd8f 100644 --- a/src/lib/elm_toolbar.c +++ b/src/lib/elm_toolbar.c @@ -440,6 +440,7 @@ _theme_hook(Evas_Object *obj) if (!wd) return; _elm_widget_mirrored_reload(obj); elm_smart_scroller_object_theme_set(obj, wd->scr, "toolbar", "base", elm_widget_style_get(obj)); + elm_layout_theme_set(wd->more, "toolbar", "more", elm_widget_style_get(obj)); _mirrored_set(obj, elm_widget_mirrored_get(obj)); scale = (elm_widget_scale_get(obj) * _elm_config->scale); edje_object_scale_set(wd->scr, scale);