man I really suck today

SVN revision: 64833
This commit is contained in:
Mike Blumenkrantz 2011-11-06 16:19:25 +00:00
parent c8fc591e03
commit ab4cd6fc8f
1 changed files with 1 additions and 1 deletions

View File

@ -1022,5 +1022,5 @@ elm_icon_object_get(Evas_Object *obj)
Widget_Data *wd = elm_widget_data_get(obj);
if (!wd) return NULL;
return _els_smart_icon_edje_get(wd->img);
return _els_smart_icon_object_get(wd->img);
}