discomfitor pushed a commit to branch master.

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

commit 7c2d0c7bddec130e99f1160fcf00fa5da3cd510a
Author: Shawn Lee <shiin....@samsung.com>
Date:   Sun Dec 15 13:33:00 2013 -0500

    fix - enlightenment could be fell in infinite loop in e_border_focus_set().
    
    Reviewers: seoz, zmike
    
    CC: cedric, raster
    
    Differential Revision: https://phab.enlightenment.org/D382
---
 src/bin/e_border.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_border.c b/src/bin/e_border.c
index 81baba8..874b01b 100644
--- a/src/bin/e_border.c
+++ b/src/bin/e_border.c
@@ -2258,7 +2258,7 @@ e_border_focus_set(E_Border *bd,
                        unfocus_is_parent = EINA_TRUE;
                        break;
                     }
-                  bd_parent = bd->parent;
+                  bd_parent = bd_parent->parent;
                }
              if (!unfocus_is_parent)
                e_border_unfullscreen(bd_unfocus);

-- 


Reply via email to