summaryrefslogtreecommitdiffstats
path: root/kcontrol
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-22 18:48:54 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-22 18:48:54 -0500
commit06adb1823ef9222874fc459536a78d464a801be5 (patch)
tree12bce7bf75f167c0d16efc32a48c663d72c972da /kcontrol
parentb1e374b41c6854fe0b7675aa7b6377f121ad6cd4 (diff)
downloadtdebase-06adb1823ef9222874fc459536a78d464a801be5.tar.gz
tdebase-06adb1823ef9222874fc459536a78d464a801be5.zip
Fix logic error in tsak control module
Diffstat (limited to 'kcontrol')
-rw-r--r--kcontrol/tdm/tdm-appear.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/tdm/tdm-appear.cpp b/kcontrol/tdm/tdm-appear.cpp
index 545354d39..d3629d861 100644
--- a/kcontrol/tdm/tdm-appear.cpp
+++ b/kcontrol/tdm/tdm-appear.cpp
@@ -545,7 +545,7 @@ void TDMAppearanceWidget::load()
langcombo->setCurrentItem(config->readEntry("Language", "C"));
// See if the SAK is enabled
- if (sakwarning) {
+ if (!sakwarning) {
sakbox->setChecked(config->readBoolEntry("UseSAK", true));
}
else {