aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/options.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/gui/options.cpp b/gui/options.cpp
index c6bbde7abf..ecd1607e1b 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -1242,10 +1242,7 @@ GlobalOptionsDialog::GlobalOptionsDialog()
vals++;
}
- if (ConfMan.hasKey("updates_check"))
- _updatesPopUp->setSelectedTag(Common::UpdateManager::normalizeInterval(ConfMan.getInt("updates_check")));
- else
- _updatesPopUp->setSelectedTag(Common::UpdateManager::kUpdateIntervalNotSupported);
+ _updatesPopUp->setSelectedTag(Common::UpdateManager::normalizeInterval(ConfMan.getInt("updates_check")));
new ButtonWidget(tab, "GlobalOptions_Misc.UpdatesCheckManuallyButton", _("Check now"), 0, kUpdatesCheckCmd);
#endif