remove delted windows from list. can happen and triggers kwin part of

BUG: 265297
This commit is contained in:
Thomas Lübking 2011-02-04 21:28:31 +01:00 committed by Thomas Lübking
parent 3c7bd4a5dd
commit ca5432aa93

View file

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