Update message about chain inconsistency when removing certs (#1519).
authorCarl Hetherington <cth@carlh.net>
Sun, 31 Mar 2019 23:34:06 +0000 (00:34 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 6 May 2019 20:30:22 +0000 (21:30 +0100)
src/wx/config_dialog.cc

index 743953650e8953e395409757a9bdcb8f8db5e49c..a6b299bcb6dd6c976baf59bdfda754fdef475d1f 100644 (file)
@@ -553,6 +553,7 @@ CertificateChainEditor::remove_certificate ()
        _set (chain);
 
        update_sensitivity ();
+       update_certificate_list ();
 }
 
 void