From kde-commits Wed Jan 04 17:29:00 2006 From: =?utf-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Wed, 04 Jan 2006 17:29:00 +0000 To: kde-commits Subject: KDE/kdebase/workspace/kwin Message-Id: <1136395740.283561.9608.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113639576427569 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");