diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-01 00:34:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:43:42 +0100 |
| commit | e2aed419f008dee26c4202d297b85be095de1691 (patch) | |
| tree | a2376804bd9ee0507f7e047b66fcf1a3b49fd70c | |
| parent | a7ccdd22a980d1b18ecf4477a912bab7510be14a (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 |
