Fix logic error in tsak control module

pull/2/head
Timothy Pearson 12 years ago
parent b1e374b41c
commit 06adb1823e

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

Loading…
Cancel
Save