widget - use eo call.

This commit is contained in:
ChunEon Park 2014-05-09 15:24:18 +09:00
parent 1a99f9274c
commit e312e34652
1 changed files with 1 additions and 1 deletions

View File

@ -3869,7 +3869,7 @@ _elm_widget_orientation_set(Eo *obj, Elm_Widget_Smart_Data *sd, int orient_mode)
EINA_LIST_FOREACH (sd->subobjs, l, child)
{
if (elm_widget_is(child))
elm_widget_orientation_set(child, orient_mode);
eo_do(child, elm_obj_widget_orientation_set(orient_mode));
}
if (orient_mode != -1)