diff --git a/src/bin/e_comp_canvas.c b/src/bin/e_comp_canvas.c index 265448c7c..45385a907 100644 --- a/src/bin/e_comp_canvas.c +++ b/src/bin/e_comp_canvas.c @@ -593,7 +593,7 @@ e_comp_canvas_update(void) * rearranges the order. */ EINA_INLIST_FOREACH(e_comp->layers[i].clients, ec) { - if (!e_client_util_ignored_get(ec)) + if ((!e_client_util_ignored_get(ec)) && (!e_object_is_del(E_OBJECT(ec)))) tmp = eina_list_append(tmp, ec); }