X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fqube_certificate_panel.cc;h=de2ece88959ea0ecdd6da1c0987ac5f38e42c272;hb=6fe1f0362d04cd4d1f72eea74d84f4680f8e9cc9;hp=f6e3049559271e3f161dff2d9d77312068dc0cca;hpb=19d561056e8b7b5d03844f3e9063cf47eb31be87;p=dcpomatic.git diff --git a/src/wx/qube_certificate_panel.cc b/src/wx/qube_certificate_panel.cc index f6e304955..de2ece889 100644 --- a/src/wx/qube_certificate_panel.cc +++ b/src/wx/qube_certificate_panel.cc @@ -63,7 +63,7 @@ QubeCertificatePanel::do_download () return; } - optional error = get_from_url (String::compose("%1SMPTE-%2/%3", base, _type, *name), true, boost::bind (&DownloadCertificatePanel::load, this, _1)); + optional error = get_from_url (String::compose("%1SMPTE-%2/%3", base, _type, *name), true, false, boost::bind(&DownloadCertificatePanel::load, this, _1)); if (error) { _dialog->message()->SetLabel(wxT(""));