diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index 2e3f56da4..8b17c7f6f 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -1091,7 +1091,7 @@ _e_comp_x_object_add(void *d EINA_UNUSED, int t EINA_UNUSED, E_Event_Comp_Object E_Client *ec; ec = e_comp_object_client_get(ev->comp_object); - if ((!ec) || e_object_is_del(E_OBJECT(ec))) return ECORE_CALLBACK_RENEW; + if ((!ec) || e_object_is_del(E_OBJECT(ec)) || ec->re_manage) return ECORE_CALLBACK_RENEW; _e_comp_x_client_evas_init(ec); _e_comp_x_client_stack(ec); return ECORE_CALLBACK_RENEW;