diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index 7fade4e7e..0af36f30e 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -727,7 +727,7 @@ _e_comp_shapes_update_job(E_Comp *c) _e_comp_shapes_update_object_shape_comp_helper(c, o, tb); continue; } - ec = evas_object_data_get(o, "E_Client"); + ec = e_comp_object_client_get(o); if (ec && (!ec->no_shape_cut)) _e_comp_shapes_update_comp_client_shape_comp_helper(ec, tb #ifdef SHAPE_DEBUG