[Scummvm-git-logs] scummvm master -> 58b2d0b317dcd2a61404a14076856685a8872bb1

criezy criezy at scummvm.org
Tue Oct 18 01:55:32 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
58b2d0b317 UPDATES: Give feedback on OS X when using the Check now button


Commit: 58b2d0b317dcd2a61404a14076856685a8872bb1
    https://github.com/scummvm/scummvm/commit/58b2d0b317dcd2a61404a14076856685a8872bb1
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2016-10-18T00:55:07+01:00

Commit Message:
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.

Changed paths:
    backends/updates/macosx/macosx-updates.mm



diff --git a/backends/updates/macosx/macosx-updates.mm b/backends/updates/macosx/macosx-updates.mm
index db9362a..64dcbf6 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) {





More information about the Scummvm-git-logs mailing list