diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-01 00:34:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-08 00:22:40 +0100 |
| commit | a71d23fd64ecebf8469b3d26d16528e04b2edf7a (patch) | |
| tree | 6d4e02e7bc45fac1539200ebf706e9b610ae0cea | |
| parent | f2ea67132cd165955db4e91dc634c97d3c42dec1 (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 56456c3a7..51710c305 100644 --- a/src/wx/config_dialog.cc +++ b/src/wx/config_dialog.cc @@ -516,6 +516,7 @@ CertificateChainEditor::remove_certificate () _set (chain); update_sensitivity (); + update_certificate_list (); } void |
