davemds pushed a commit to branch master.

http://git.enlightenment.org/enlightenment/modules/penguins.git/commit/?id=71158b3c9cfb332c1a874f35f22ed205ad0f861a

commit 71158b3c9cfb332c1a874f35f22ed205ad0f861a
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Fri Oct 14 21:33:25 2016 +0200

    Fix for recent E changes
---
 src/e_mod_penguins.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/e_mod_penguins.c b/src/e_mod_penguins.c
index 1e17971..5bf21dd 100644
--- a/src/e_mod_penguins.c
+++ b/src/e_mod_penguins.c
@@ -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;

-- 


Reply via email to