From: Carl Hetherington Date: Wed, 30 Jun 2021 23:22:41 +0000 (+0200) Subject: Fix race. X-Git-Tag: v2.15.156~19 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=aeff733d3127e2629388a9a019c07d9f32647d85 Fix race. --- diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index b05600ec3..24c5bd5ec 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -1105,8 +1105,8 @@ private: void tools_check_for_updates () { - UpdateChecker::instance()->run (); _update_news_requested = true; + UpdateChecker::instance()->run(); } void tools_send_translations ()