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.
This commit is contained in:
Thierry Crozat 2016-10-18 00:54:44 +01:00
parent b2581ad853
commit 58b2d0b317

View file

@ -103,7 +103,7 @@ void MacOSXUpdateManager::checkForUpdates() {
if (sparkleUpdater == nullptr)
return;
[sparkleUpdater checkForUpdatesInBackground];
[sparkleUpdater checkForUpdates:nil];
}
void MacOSXUpdateManager::setAutomaticallyChecksForUpdates(UpdateManager::UpdateState state) {