diff options
Diffstat (limited to 'kcontrol/tdm/tdm-appear.cpp')
-rw-r--r-- | kcontrol/tdm/tdm-appear.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/tdm/tdm-appear.cpp b/kcontrol/tdm/tdm-appear.cpp index 6e6761f27..cc35f3668 100644 --- a/kcontrol/tdm/tdm-appear.cpp +++ b/kcontrol/tdm/tdm-appear.cpp @@ -546,7 +546,7 @@ void TDMAppearanceWidget::load() // See if the SAK is enabled if (!sakwarning) { - sakbox->setChecked(config->readBoolEntry("UseSAK", true)); + sakbox->setChecked(config->readBoolEntry("UseSAK", false)); } else { sakbox->setChecked(false); |