Match the default in the kcm.
svn path=/trunk/KDE/kdebase/workspace/; revision=494327
This commit is contained in:
parent
0aeabb9550
commit
c830db4d22
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue