summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2014-05-09 15:24:18 +0900
committerChunEon Park <hermet@hermet.pe.kr>2014-05-09 15:24:18 +0900
commit3a04f74ddd30d08964aaf39e4e341e9ec40f8cf7 (patch)
tree19f01cfe31bdda7e313f6b1ea4e8e38125e331d8
parentb2b22c56bd4937f616b8034fc3e136c08bfe3f1e (diff)
downloadelementary-3a04f74ddd30d08964aaf39e4e341e9ec40f8cf7.tar.gz
widget - use eo call.
-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)