Fix logic error in tsak control module

(cherry picked from commit 06adb1823e)
v3.5.13-sru
Timothy Pearson 12 years ago committed by Slávek Banko
parent e8d19732f5
commit a3dd6c9dcd

@ -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 {

Loading…
Cancel
Save