From: Carsten Haitzler (Rasterman) Date: Fri, 14 Mar 2014 07:25:14 +0000 (+0900) Subject: fix hiding of windows when delete is requested X-Git-Tag: upstream/0.19.99~1339 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1373fe63f60c0ed40988b5cac53982a90e73ccf;p=platform%2Fupstream%2Fenlightenment.git fix hiding of windows when delete is requested this is applicable to e19 only (you can't backport this patch as-is - e19 is too different). this fixes T1063. --- diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 7f24caf..c128ee9 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -1191,7 +1191,7 @@ _e_comp_intercept_hide(void *data, Evas_Object *obj) cw->defer_hide |= stopping; if (!cw->defer_hide) { - if ((!cw->ec->iconic) && (!cw->ec->override) && (!cw->ec->delete_requested)) + if ((!cw->ec->iconic) && (!cw->ec->override)) e_hints_window_hidden_set(cw->ec); if ((!cw->animating) || (cw->ec->iconic)) {