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

List:       kde-commits
Subject:    kdebase/kwin
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2005-04-08 14:31:01
Message-ID: 20050408143101.509F063E () office ! kde ! org
[Download RAW message or body]

CVS commit by lunakl: 

Revert part of the change done for #47757, using a shortcut without
a modifier for KDE-style Alt+Tab simply doesn't make sense.
BUG: 103262


  M +3 -5      tabbox.cpp   1.49


--- kdebase/kwin/tabbox.cpp  #1.48:1.49
@@ -1,3 +1,3 @@
-/********x*********************************************************
+/*****************************************************************
  KWin - the KDE window manager
  This file is part of the KDE project.
@@ -740,7 +740,5 @@ void Workspace::slotWalkThroughWindows()
             // if the shortcut has no modifiers, don't show the tabbox,
             // don't grab, but simply go to the next window
-            // use the CDE style, because with KDE style it would cycle
-            // between the active and previously active window
-            CDEWalkThroughWindows( true );
+            KDEOneStepThroughWindows( true );
         }
     }
@@ -766,5 +764,5 @@ void Workspace::slotWalkBackThroughWindo
         else
             {
-            CDEWalkThroughWindows( false );
+            KDEOneStepThroughWindows( false );
             }
         }


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

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