From e01aab176b479f4f2948226c09ba28090dbdb9e2 Mon Sep 17 00:00:00 2001 From: WooHyun Jung Date: Sun, 27 Jan 2013 12:14:23 +0000 Subject: [PATCH] elementary/elm_widget : Removed evas_object_smart_data_get and applied eo_data_get. SVN revision: 83370 --- src/lib/elm_widget.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/elm_widget.c b/src/lib/elm_widget.c index e634dec..7530229 100644 --- a/src/lib/elm_widget.c +++ b/src/lib/elm_widget.c @@ -2471,8 +2471,7 @@ _elm_widget_focus_direction_get(Eo *obj, void *_pd, va_list *list) { if ((int)(*weight * 1000000) == (int)(c_weight * 1000000)) { - Elm_Widget_Smart_Data *sd1 = - evas_object_smart_data_get(*direction); + ELM_WIDGET_DATA_GET(*direction, sd1); if (sd1) { if (sd->focus_order <= sd1->focus_order) -- 2.7.4