From 58b2d0b317dcd2a61404a14076856685a8872bb1 Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Tue, 18 Oct 2016 00:54:44 +0100 Subject: 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. --- backends/updates/macosx/macosx-updates.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/updates') 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) { -- cgit v1.2.3