fix hiding of windows when delete is requested
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 14 Mar 2014 07:25:14 +0000 (16:25 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 14 Mar 2014 07:25:14 +0000 (16:25 +0900)
this is applicable to e19 only (you can't backport this patch as-is -
e19 is too different). this fixes T1063.

src/bin/e_comp_object.c

index 7f24caf..c128ee9 100644 (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))
           {