elementary/elm_widget : Removed evas_object_smart_data_get and applied eo_data_get.

SVN revision: 83370
This commit is contained in:
WooHyun Jung 2013-01-27 12:14:23 +00:00
parent edcca7c364
commit 079b7c1ec6
1 changed files with 1 additions and 2 deletions

View 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)