fix case where gadman would add gadgets multiple times

SVN revision: 76245
This commit is contained in:
Mike Blumenkrantz 2012-09-06 13:50:58 +00:00
parent e4b3f66a50
commit 851d0069f7
1 changed files with 1 additions and 0 deletions

View File

@ -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 *