summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/elm_widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elm_widget.c b/src/lib/elm_widget.c
index f59dfa03a..3c2d7ae3d 100644
--- a/src/lib/elm_widget.c
+++ b/src/lib/elm_widget.c
@@ -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)