From a9a93932457e2ed53c60163414c8908119b13288 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 14 Nov 2015 18:26:20 +0000 Subject: [PATCH 1/1] Turn off test update checking if main update checking is turned off. --- src/lib/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/config.h b/src/lib/config.h index 9c1f23161..7cc3cf7e4 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -405,6 +405,9 @@ public: void set_check_for_updates (bool c) { maybe_set (_check_for_updates, c); + if (!c) { + set_check_for_test_updates (false); + } } void set_check_for_test_updates (bool c) { -- 2.30.2