discomfitor pushed a commit to branch master.

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

commit a38d8828e954fc4fc4337a7573501fa6c461ee4c
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Jan 23 13:23:41 2014 -0500

    don't bother with client hide animations on shutdown/restart
---
 src/bin/e_comp_object.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index b2d76e7..6d2eb6f 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -1140,6 +1140,7 @@ _e_comp_intercept_hide(void *data, Evas_Object *obj)
      }
    if ((!cw->visible) || (cw->animating && (!cw->ec->iconic))) return;
 
+   cw->defer_hide |= stopping;
    if (!cw->defer_hide)
      {
         if ((!cw->ec->iconic) && (!cw->ec->override) && 
(!cw->ec->delete_requested))

-- 


Reply via email to