aboutsummaryrefslogtreecommitdiff
path: root/backends/updates
diff options
context:
space:
mode:
Diffstat (limited to 'backends/updates')
-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) {