Fix return of hover check.

SVN revision: 49827
This commit is contained in:
Brett Nash 2010-06-24 03:02:18 +00:00
parent dd1dde3483
commit e8f8913a56
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ elm_hover_content_set(Evas_Object *obj, const char *swallow, Evas_Object *conten
EAPI Evas_Object *
elm_hover_content_unset(Evas_Object *obj, const char *swallow)
{
ELM_CHECK_WIDTYPE(obj, widtype);
ELM_CHECK_WIDTYPE(obj, widtype) NULL;
Widget_Data *wd = elm_widget_data_get(obj);
Subinfo *si;
const Eina_List *l;