From 851d0069f740a8e2048bb0cb846336fd8b4f545d Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 6 Sep 2012 13:50:58 +0000 Subject: [PATCH] fix case where gadman would add gadgets multiple times SVN revision: 76245 --- src/modules/gadman/e_mod_gadman.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/gadman/e_mod_gadman.c b/src/modules/gadman/e_mod_gadman.c index b3ec70ce0..10d29d970 100644 --- a/src/modules/gadman/e_mod_gadman.c +++ b/src/modules/gadman/e_mod_gadman.c @@ -199,6 +199,7 @@ gadman_populate_class(void *data, E_Gadcon *gc, const E_Gadcon_Client_Class *cc) gadman_gadget_place(gcc, cc, cf_gcc, layer, gc->zone); } } + gc->populated_classes = eina_list_append(gc->populated_classes, cc); } static E_Gadcon *