summaryrefslogtreecommitdiff
path: root/src/wx/gdc_certificate_panel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/gdc_certificate_panel.cc')
-rw-r--r--src/wx/gdc_certificate_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/gdc_certificate_panel.cc b/src/wx/gdc_certificate_panel.cc
index 83faf2698..1f1e7f059 100644
--- a/src/wx/gdc_certificate_panel.cc
+++ b/src/wx/gdc_certificate_panel.cc
@@ -57,7 +57,7 @@ GDCCertificatePanel::do_download ()
string serial = wx_to_std(_serial->GetValue());
trim(serial);
try {
- std::tie(_certificate, _url) = download_certificate(Manufacturer::GDC, serial);
+ std::tie(_certificate, _url) = download_certificate(Manufacturer::GDC, serial, []() { wxYield(); });
_dialog->message()->SetLabel(_("Certificate downloaded"));
_dialog->setup_sensitivity ();
} catch (std::exception& e) {