return the actual object

SVN revision: 64832
This commit is contained in:
Mike Blumenkrantz 2011-11-06 16:10:02 +00:00
parent d1b7585cec
commit c8fc591e03
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 wd->img;
return _els_smart_icon_edje_get(wd->img);
}