From: IOhannes m zmölnig Date: Wed, 8 Nov 2017 23:00:00 +0000 (+0100) Subject: prevent Projucer from checking for updates X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6c9564c34d68bfa1e0389f2d62469556b5435467;p=juce.git prevent Projucer from checking for updates The check-for-updates only makes sense for user-installed Projucer, not for the Debian packaged version. Forwarded: not-needed Gbp-Pq: Name debian_no-update-check.patch --- diff --git a/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp b/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp index a54b5273..2014b10d 100644 --- a/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp +++ b/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp @@ -42,6 +42,7 @@ LatestVersionCheckerAndUpdater::~LatestVersionCheckerAndUpdater() void LatestVersionCheckerAndUpdater::checkForNewVersion (bool showAlerts) { + return; // DONT check for new versions on Debian if (! isThreadRunning()) { showAlertWindows = showAlerts;