cedric pushed a commit to branch enlightenment-0.17.

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

commit b5f741fb5810979d27116e41fc7d307c529347a4
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 1f9f507..a93d0fd 100644
--- a/src/bin/e_border.c
+++ b/src/bin/e_border.c
@@ -2383,7 +2383,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