diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-31 15:22:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-31 15:22:11 +0100 |
| commit | 6bc5caa116382d3540678dbc1ea97cb23dd4e5ef (patch) | |
| tree | ab9c0b7acd60ccb265231a18ae3245ce0e99bba8 /src/wx/screen_dialog.cc | |
| parent | 666825da92cba00cd70efbeb2a032d5dfe79caaf (diff) | |
More certificate download fixes.
Diffstat (limited to 'src/wx/screen_dialog.cc')
| -rw-r--r-- | src/wx/screen_dialog.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/screen_dialog.cc b/src/wx/screen_dialog.cc index 232afa33c..b702ae0ad 100644 --- a/src/wx/screen_dialog.cc +++ b/src/wx/screen_dialog.cc @@ -120,6 +120,8 @@ ScreenDialog::download_certificate () d->ShowModal (); d->Destroy (); } + + setup_sensitivity (); } void |
