raster pushed a commit to branch master.

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

commit b1373fe63f60c0ed40988b5cac53982a90e73ccf
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri Mar 14 16:25:14 2014 +0900

    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.
---
 src/bin/e_comp_object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 


Reply via email to