[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.4/kdebase/workspace/kwin
From:       Martin Gräßlin <ubuntu () martin-graesslin ! com>
Date:       2010-03-20 11:08:30
Message-ID: 20100320110830.74E3AAC860 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1105476 by graesslin:

Backport rev 1105473: Prevent modal dialogs to be shown twice in alt+tab list.
CCBUG: 230807
CCBUG: 228186



 M  +1 -1      tabbox.cpp  


--- branches/KDE/4.4/kdebase/workspace/kwin/tabbox.cpp #1105475:1105476
@@ -136,7 +136,7 @@
         Client* modal = current->findModal();
         if( modal == NULL || modal == current )
             ret = current;
-        else if( clientList().contains( modal->tabBoxClient() ) )
+        else if( !clientList().contains( modal->tabBoxClient() ) )
             ret = modal;
         else
             {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic