From d7cfd3204a1b5d5635392894859a576c0a443223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Thu, 14 Oct 2004 09:15:57 +0000 Subject: [PATCH] Show even minimized dialogs in Alt+Tab. Apparently this was intentional, but I don't see the point. CCMAIL: 91194-done@bugs.kde.org svn path=/trunk/kdebase/kwin/; revision=354400 --- tabbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabbox.cpp b/tabbox.cpp index a15cfc6dd2..bc51bcfa9f 100644 --- a/tabbox.cpp +++ b/tabbox.cpp @@ -95,7 +95,7 @@ void TabBox::createClientList(ClientList &list, int desktop /*-1 = all*/, Client while ( c ) { if ( ((desktop == -1) || c->isOnDesktop(desktop)) - && (!c->isMinimized() || !c->isTransient() || c->isUtility()) && c->wantsTabFocus() ) + && c->wantsTabFocus() ) { if ( start == c ) {