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 Cedric BAIL
parent a20c94e499
commit b5f741fb58
1 changed files with 1 additions and 1 deletions

View File

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