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.
This commit is contained in:
Carsten Haitzler 2014-03-14 16:25:14 +09:00
parent 19f8126847
commit b1373fe63f
1 changed files with 1 additions and 1 deletions

View File

@ -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))
{