summaryrefslogtreecommitdiff
path: root/src/wx/barco_alchemy_certificate_panel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/barco_alchemy_certificate_panel.cc')
-rw-r--r--src/wx/barco_alchemy_certificate_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/barco_alchemy_certificate_panel.cc b/src/wx/barco_alchemy_certificate_panel.cc
index ba7deb8fd..84048c65c 100644
--- a/src/wx/barco_alchemy_certificate_panel.cc
+++ b/src/wx/barco_alchemy_certificate_panel.cc
@@ -60,7 +60,7 @@ BarcoAlchemyCertificatePanel::do_download ()
serial
);
- optional<string> error = get_from_url (url, true, boost::bind (&DownloadCertificatePanel::load, this, _1));
+ optional<string> error = get_from_url (url, true, false, boost::bind (&DownloadCertificatePanel::load, this, _1));
if (error) {
_dialog->message()->SetLabel(wxT(""));
error_dialog (this, std_to_wx(*error));