From: WooHyun Jung Date: Sun, 27 Jan 2013 12:14:23 +0000 (+0000) Subject: elementary/elm_widget : Removed evas_object_smart_data_get and applied eo_data_get. X-Git-Tag: submit/efl/20131021.015827~1054 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e01aab176b479f4f2948226c09ba28090dbdb9e2;p=platform%2Fupstream%2Felementary.git elementary/elm_widget : Removed evas_object_smart_data_get and applied eo_data_get. SVN revision: 83370 --- 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)