Add NamedChannel and use it to hide the never-used channels
[dcpomatic.git] / src / wx / qube_certificate_panel.cc
index de2ece88959ea0ecdd6da1c0987ac5f38e42c272..3def3b9d448c589ec1b5a48f5c7c45bd24c74147 100644 (file)
@@ -63,7 +63,7 @@ QubeCertificatePanel::do_download ()
                return;
        }
 
-       optional<string> error = get_from_url (String::compose("%1SMPTE-%2/%3", base, _type, *name), true, false, boost::bind(&DownloadCertificatePanel::load, this, _1));
+       optional<string> error = get_from_url (String::compose("%1SMPTE-%2/%3", base, _type, *name), true, false, boost::bind(&DownloadCertificatePanel::load_certificate, this, _1));
 
        if (error) {
                _dialog->message()->SetLabel(wxT(""));