Fix for recent E changes

This commit is contained in:
Davide Andreoli 2016-10-14 21:33:25 +02:00
parent fcdc7e60a7
commit 71158b3c9c
1 changed files with 2 additions and 2 deletions

View File

@ -291,8 +291,8 @@ _population_load(void)
EINA_LIST_FOREACH(e_comp->zones, l2, zone)
{
zones = eina_list_append(zones, zone);
printf("PENGUINS: Zone: %s - %s || %d,%d @ %dx%d\n",
e_comp->name, zone->name, zone->x, zone->y, zone->w, zone->h);
printf("PENGUINS: Zone: %s || %d,%d @ %dx%d\n",
zone->name, zone->x, zone->y, zone->w, zone->h);
}
#else
E_Comp *comp;