do not emit client iconify signal when reapplying compositor theme
authorMike Blumenkrantz <zmike@osg.samsung.com>
Tue, 22 Sep 2015 17:07:15 +0000 (13:07 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Tue, 22 Sep 2015 17:07:15 +0000 (13:07 -0400)
this has no effect other than breaking the animation counter for the
client and preventing it from being deleted

src/bin/e_comp_object.c

index 725e0e3..7b62b42 100644 (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)