From ec15126342c4ba49578f499793c7741f5b5673fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Sun, 24 Feb 2002 21:28:41 +0000 Subject: [PATCH] 'Traverse windows on all desktops' works only in KDE style Alt+Tab. svn path=/trunk/kdebase/kwin/; revision=138440 --- kcmkwin/kwinoptions/windows.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/kcmkwin/kwinoptions/windows.cpp b/kcmkwin/kwinoptions/windows.cpp index bdf525cf61..de4806a106 100644 --- a/kcmkwin/kwinoptions/windows.cpp +++ b/kcmkwin/kwinoptions/windows.cpp @@ -210,6 +210,7 @@ KFocusConfig::KFocusConfig (KConfig *_config, QWidget * parent, const char *name traverseAll = new QCheckBox( i18n( "Traverse windows on all desktops" ), kbdBox ); kLay->addMultiCellWidget( traverseAll, 2, 2, 0, 2 ); + connect( cdeMode, SIGNAL( toggled( bool )), traverseAll, SLOT( setDisabled( bool ))); wtstr = i18n( "Leave this option disabled if you want to limit walking through" " windows to the current desktop." );