aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorThierry Crozat2016-10-18 00:54:44 +0100
committerThierry Crozat2016-10-18 00:55:07 +0100
commit58b2d0b317dcd2a61404a14076856685a8872bb1 (patch)
tree3c48bfc401eb4bbcf102582c70327c5877281fc0 /backends
parentb2581ad853e4182054a26f4fbd6ba0d258a19ba0 (diff)
downloadscummvm-rg350-58b2d0b317dcd2a61404a14076856685a8872bb1.tar.gz
scummvm-rg350-58b2d0b317dcd2a61404a14076856685a8872bb1.tar.bz2
scummvm-rg350-58b2d0b317dcd2a61404a14076856685a8872bb1.zip
UPDATES: Give feedback on OS X when using the Check now button
Checking updates from the menu was giving feedback when no update was found, but checking updates from the Check now button in the options was only giving feedback if a new version was found. Now it also tell us when ScummVM is up to date.
Diffstat (limited to 'backends')
-rw-r--r--backends/updates/macosx/macosx-updates.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/updates/macosx/macosx-updates.mm b/backends/updates/macosx/macosx-updates.mm
index db9362a459..64dcbf62ce 100644
--- a/backends/updates/macosx/macosx-updates.mm
+++ b/backends/updates/macosx/macosx-updates.mm
@@ -103,7 +103,7 @@ void MacOSXUpdateManager::checkForUpdates() {
if (sparkleUpdater == nullptr)
return;
- [sparkleUpdater checkForUpdatesInBackground];
+ [sparkleUpdater checkForUpdates:nil];
}
void MacOSXUpdateManager::setAutomaticallyChecksForUpdates(UpdateManager::UpdateState state) {