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
This commit is contained in:
Mike Blumenkrantz 2015-09-22 13:07:15 -04:00
parent 2373b69c61
commit 8399ab4ff9
1 changed files with 3 additions and 2 deletions

View File

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