Build fixes.
authorCarl Hetherington <cth@carlh.net>
Tue, 30 Apr 2019 15:04:34 +0000 (16:04 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 10 May 2019 22:43:42 +0000 (23:43 +0100)
src/lib/film.cc
src/wx/qube_certificate_panel.cc

index aaa2627e1713ed4695fb344aadd6179112937af2..dee3196c5776512a5f881ade08d09076e943b07a 100644 (file)
@@ -547,6 +547,7 @@ Film::read_metadata (optional<boost::filesystem::path> path)
                _ratings.push_back (dcp::Rating(i));
        }
 
+       list<string> notes;
        _playlist->set_from_xml (shared_from_this(), f.node_child ("Playlist"), _state_version, notes);
 
        /* Write backtraces to this film's directory, until another film is loaded */
index f6e3049559271e3f161dff2d9d77312068dc0cca..de2ece88959ea0ecdd6da1c0987ac5f38e42c272 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, 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, this, _1));
 
        if (error) {
                _dialog->message()->SetLabel(wxT(""));