SVN commit 494327 by lunakl: Match the default in the kcm. M +1 -1 options.cpp --- trunk/KDE/kdebase/workspace/kwin/options.cpp #494326:494327 @@ -152,7 +152,7 @@ (*it) = (*it).lower(); killPingTimeout = config->readNumEntry( "KillPingTimeout", 5000 ); - hideUtilityWindowsForInactive = config->readEntry( "HideUtilityWindowsForInactive", QVariant(false )).toBool(); + hideUtilityWindowsForInactive = config->readEntry( "HideUtilityWindowsForInactive", QVariant( true )).toBool(); // Mouse bindings config->setGroup( "MouseBindings");