e_object zone warning--

This commit is contained in:
Mike Blumenkrantz 2014-02-25 14:44:05 -05:00
parent 6085d79df8
commit b7f4686d00
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ e_zone_move_resize(E_Zone *zone,
E_Event_Zone_Move_Resize *ev;
E_OBJECT_CHECK_RETURN(zone, EINA_FALSE);
E_OBJECT_TYPE_CHECK(zone, E_ZONE_TYPE);
E_OBJECT_TYPE_CHECK_RETURN(zone, E_ZONE_TYPE, EINA_FALSE);
if ((x == zone->x) && (y == zone->y) && (w == zone->w) && (h == zone->h))
return EINA_FALSE;