Forget parent and leader

SVN revision: 16987
This commit is contained in:
sebastid 2005-09-27 09:35:05 +00:00 committed by sebastid
parent 7bad565504
commit 16e771c87b
1 changed files with 2 additions and 0 deletions

View File

@ -2665,6 +2665,7 @@ _e_border_del(E_Border *bd)
if (bd->focused)
e_border_focus_set(bd->parent, 1, 1);
}
bd->parent = NULL;
}
while (bd->transients)
{
@ -2687,6 +2688,7 @@ _e_border_del(E_Border *bd)
e_border_focus_set(bd->leader, 1, 1);
#endif
}
bd->leader = NULL;
}
while (bd->group)
{