From: Mike Blumenkrantz Date: Tue, 22 Sep 2015 17:07:15 +0000 (-0400) Subject: do not emit client iconify signal when reapplying compositor theme X-Git-Tag: upstream/0.20.0~257 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8399ab4ff95a8c66befc13e87efcaa33158bab1a;p=platform%2Fupstream%2Fenlightenment.git do not emit client iconify signal when reapplying compositor theme this has no effect other than breaking the animation counter for the client and preventing it from being deleted --- diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 725e0e3..7b62b42 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -634,8 +634,9 @@ _e_comp_object_shadow_setup(E_Comp_Object *cw) else e_comp_object_signal_emit(cw->smart_obj, "e,state,hidden", "e"); - if (cw->ec->iconic) - e_comp_object_signal_emit(cw->smart_obj, "e,action,iconify", "e"); + /* breaks animation counter */ + //if (cw->ec->iconic) + //e_comp_object_signal_emit(cw->smart_obj, "e,action,iconify", "e"); if (!cw->zoomap_disabled) e_zoomap_child_set(cw->zoomobj, NULL); if (cw->frame_object)