From c830db4d22e4707e92f86a94b8a38fef327e100d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Wed, 4 Jan 2006 17:28:58 +0000 Subject: [PATCH] Match the default in the kcm. svn path=/trunk/KDE/kdebase/workspace/; revision=494327 --- options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.cpp b/options.cpp index 3f9f0a4a52..582400a66d 100644 --- a/options.cpp +++ b/options.cpp @@ -152,7 +152,7 @@ unsigned long Options::updateSettings() (*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");