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
This commit is contained in:
Shawn Lee 2013-12-15 13:33:00 -05:00 committed by discomfitor
parent 39cf0a5a1b
commit 7c2d0c7bdd
1 changed files with 1 additions and 1 deletions

View File

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