summaryrefslogtreecommitdiffstats
path: root/kcontrol/kdm
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-22 18:48:54 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 03:27:08 +0200
commita3dd6c9dcd7d1e669cb93a83e6b86180aa296d4b (patch)
tree844336f57aead5bd83534438191e5de09c8d3511 /kcontrol/kdm
parente8d19732f5e0f16a1c5069b83f83a0b698e1e045 (diff)
downloadtdebase-a3dd6c9dcd7d1e669cb93a83e6b86180aa296d4b.tar.gz
tdebase-a3dd6c9dcd7d1e669cb93a83e6b86180aa296d4b.zip
Fix logic error in tsak control module
(cherry picked from commit 06adb1823ef9222874fc459536a78d464a801be5)
Diffstat (limited to 'kcontrol/kdm')
-rw-r--r--kcontrol/kdm/kdm-appear.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/kdm/kdm-appear.cpp b/kcontrol/kdm/kdm-appear.cpp
index 010c58e16..922e72fda 100644
--- a/kcontrol/kdm/kdm-appear.cpp
+++ b/kcontrol/kdm/kdm-appear.cpp
@@ -545,7 +545,7 @@ void KDMAppearanceWidget::load()
langcombo->setCurrentItem(config->readEntry("Language", "C"));
// See if the SAK is enabled
- if (sakwarning) {
+ if (!sakwarning) {
sakbox->setChecked(config->readBoolEntry("UseSAK", true));
}
else {