hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=3a04f74ddd30d08964aaf39e4e341e9ec40f8cf7
commit 3a04f74ddd30d08964aaf39e4e341e9ec40f8cf7 Author: ChunEon Park <[email protected]> Date: Fri May 9 15:24:18 2014 +0900 widget - use eo call. --- src/lib/elm_widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_widget.c b/src/lib/elm_widget.c index f59dfa0..3c2d7ae 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) --
