E17: missed that one

SVN revision: 70976
This commit is contained in:
Vincent Torri 2012-05-13 17:48:08 +00:00
parent 2fff3dd83a
commit 6975000ffd
1 changed files with 3 additions and 2 deletions

View File

@ -1326,11 +1326,12 @@ e_zone_useful_geometry_get(E_Zone *zone,
int *w,
int *h)
{
E_OBJECT_CHECK(zone);
E_OBJECT_TYPE_CHECK(zone, E_ZONE_TYPE);
Eina_List *l;
E_Shelf *shelf;
E_OBJECT_CHECK(zone);
E_OBJECT_TYPE_CHECK(zone, E_ZONE_TYPE);
if (!zone->useful_geometry.dirty)
{
EINA_LIST_FOREACH(e_shelf_list(), l, shelf)