From a38d8828e954fc4fc4337a7573501fa6c461ee4c Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 23 Jan 2014 13:23:41 -0500 Subject: [PATCH] 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 b2d76e7fb..6d2eb6f02 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))