From: jaehwan 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: 1.0.0+svn.70492slp2+build19~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7fe2818cc3815724be0e6957d4c862688505fd6d;p=framework%2Fuifw%2Felementary.git The more panel should be changed when the theme is changed. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@73483 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_toolbar.c b/src/lib/elm_toolbar.c index af07b51..4ac44f4 100644 --- a/src/lib/elm_toolbar.c +++ b/src/lib/elm_toolbar.c @@ -441,6 +441,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);