elementary/elm_widget : Removed evas_object_smart_data_get and applied eo_data_get.
authorWooHyun Jung <woohyun0705@gmail.com>
Sun, 27 Jan 2013 12:14:23 +0000 (12:14 +0000)
committerWooHyun Jung <woohyun0705@gmail.com>
Sun, 27 Jan 2013 12:14:23 +0000 (12:14 +0000)
SVN revision: 83370

src/lib/elm_widget.c

index e634dec..7530229 100644 (file)
@@ -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)