elm hoversel: Fixed icon_get/icon_unset API.

SVN revision: 66356
This commit is contained in:
Daniel Juyung Seo 2011-12-20 04:51:44 +00:00
parent b62129c878
commit a2d5107e60
1 changed files with 2 additions and 2 deletions

View File

@ -416,13 +416,13 @@ elm_hoversel_icon_set(Evas_Object *obj, Evas_Object *icon)
EAPI Evas_Object *
elm_hoversel_icon_get(const Evas_Object *obj)
{
_content_get_hook(obj, "icon");
return _content_get_hook(obj, "icon");
}
EAPI Evas_Object *
elm_hoversel_icon_unset(Evas_Object *obj)
{
_content_unset_hook(obj, "icon");
return _content_unset_hook(obj, "icon");
}
EAPI void