toolbar: Fixed wrong edje api usage for elm objects.

This bug was introduced by the commit
4c8677166163316468da56c53b203ac572085c40 this January.

@fix
This commit is contained in:
Daniel Juyung Seo 2014-04-27 02:40:45 +09:00
parent 5f505de0b4
commit 8147afcf72
1 changed files with 1 additions and 1 deletions

View File

@ -934,7 +934,7 @@ _item_disable_hook(Elm_Object_Item *it)
edje_object_signal_emit(VIEW(toolbar_it), emission, "elm");
if (toolbar_it->icon)
edje_object_signal_emit(toolbar_it->icon, emission, "elm");
elm_widget_signal_emit(toolbar_it->icon, emission, "elm");
_resize_cb(WIDGET(toolbar_it), NULL, NULL, NULL);
}