From 4bf61c556b91362283623aa7ce07886308325f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=BCbking?= Date: Mon, 25 Apr 2011 14:38:13 +0200 Subject: [PATCH] fix ed70462a07ae650f01002c25ce5b5104f19f2892 ignoredWindows is not limited to the opengl backend CCMAIL: kde@michael-jansen.biz --- effects/logout/logout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effects/logout/logout.cpp b/effects/logout/logout.cpp index d3a4c7471b..9e533da016 100644 --- a/effects/logout/logout.cpp +++ b/effects/logout/logout.cpp @@ -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; }