fix ed70462a07ae650f01002c25ce5b5104f19f2892

ignoredWindows is not limited to the opengl backend
CCMAIL: kde@michael-jansen.biz
icc-effect-5.14.5
Thomas Lübking 2011-04-25 14:38:13 +02:00
parent 6630e49d1d
commit 4bf61c556b
1 changed files with 1 additions and 1 deletions

View File

@ -324,8 +324,8 @@ void LogoutEffect::slotWindowDeleted(EffectWindow* w)
{
#ifdef KWIN_HAVE_OPENGL_COMPOSITING
windows.removeAll(w);
ignoredWindows.removeAll(w);
#endif
ignoredWindows.removeAll(w);
if (w == logoutWindow)
logoutWindow = NULL;
}