From 54603e2ee319c3d19a1c47a6185936cdf1ed0f90 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sun, 20 Jul 2014 17:28:21 -0400 Subject: [PATCH] typo from shelf nocomp commit --- src/bin/e_comp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index bed92ad75..54713e4bd 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -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);