remove delted windows from list. can happen and triggers kwin part of
BUG: 265297
This commit is contained in:
parent
3c7bd4a5dd
commit
ca5432aa93
1 changed files with 1 additions and 0 deletions
|
@ -338,6 +338,7 @@ void LogoutEffect::windowClosed( EffectWindow* w )
|
|||
|
||||
void LogoutEffect::windowDeleted( EffectWindow* w )
|
||||
{
|
||||
windows.removeAll( w );
|
||||
ignoredWindows.removeAll( w );
|
||||
if( w == logoutWindow )
|
||||
logoutWindow = NULL;
|
||||
|
|
Loading…
Reference in a new issue