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>
Sun, 7 Apr 2019 23:22:40 +0000 (00:22 +0100)
src/wx/config_dialog.cc

index 56456c3a7383d39e067de6d4c0f9c498743ae6fa..51710c30539b4eaaba9aafbc8a1ecae498d13450 100644 (file)
@@ -516,6 +516,7 @@ CertificateChainEditor::remove_certificate ()
        _set (chain);
 
        update_sensitivity ();
+       update_certificate_list ();
 }
 
 void