diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-01 00:34:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-06 21:30:22 +0100 |
| commit | 4390bb6dd4d30ff81545d5b55d3757d993543f57 (patch) | |
| tree | b2643ef9a98268324f24dfafc9f2339967588090 | |
| parent | 9f12e73a3ffe64d5542cfb9e2d17796435ccb3c7 (diff) | |
Update message about chain inconsistency when removing certs (#1519).
| -rw-r--r-- | src/wx/config_dialog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc index 743953650..a6b299bcb 100644 --- a/src/wx/config_dialog.cc +++ b/src/wx/config_dialog.cc @@ -553,6 +553,7 @@ CertificateChainEditor::remove_certificate () _set (chain); update_sensitivity (); + update_certificate_list (); } void |
