typo from shelf nocomp commit

This commit is contained in:
Mike Blumenkrantz 2014-07-20 17:28:21 -04:00
parent ac8f73cabc
commit 54603e2ee3
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ _e_comp_visible_object_is(Evas_Object *obj, Evas_Coord x, Evas_Coord y, Evas_Coo
return _e_comp_visible_object_clip_is(o);
}
eina_list_free(children);
return !!evas_object_data_get(o, "E_Shelf");
return !evas_object_data_get(o, "E_Shelf");
}
}
eina_list_free(children);