discomfitor pushed a commit to branch enlightenment-0.19.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=7a142970cbc1fc6766f2c4b81a6c3f9d91c538fe

commit 7a142970cbc1fc6766f2c4b81a6c3f9d91c538fe
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Sep 22 13:07:15 2015 -0400

    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
---
 src/bin/e_comp_object.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index 772f8e0..205130c 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -590,8 +590,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)

-- 


Reply via email to