multibuttonentry: btn item theme set API change.

Summary: I missed this during btn object type change to layout from edje object .

Reviewers: Hermet, seoz, woohyun

Differential Revision: https://phab.enlightenment.org/D2289
This commit is contained in:
woochan lee 2015-04-06 10:21:47 +09:00 committed by ChunEon Park
parent e0f7e8f7c4
commit 0cfbc39b67
1 changed files with 2 additions and 3 deletions

View File

@ -81,9 +81,8 @@ _elm_multibuttonentry_elm_widget_theme_apply(Eo *obj, Elm_Multibuttonentry_Data
{
ELM_MULTIBUTTONENTRY_ITEM_DATA_GET(eo_item, item);
if (VIEW(item))
elm_widget_theme_object_set
(obj, elm_layout_edje_get(VIEW(item)), "multibuttonentry", "btn",
elm_widget_style_get(obj));
elm_layout_theme_set
(VIEW(item), "multibuttonentry", "btn", elm_widget_style_get(obj));
edje_object_scale_set
(elm_layout_edje_get(VIEW(item)), elm_widget_scale_get(obj) * elm_config_scale_get());
}