Fix return of hover check.
authorBrett Nash <nash@nash.id.au>
Thu, 24 Jun 2010 03:02:18 +0000 (03:02 +0000)
committerBrett Nash <nash@nash.id.au>
Thu, 24 Jun 2010 03:02:18 +0000 (03:02 +0000)
SVN revision: 49827

src/lib/elm_hover.c

index 57f46c7..23f4b3f 100644 (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;