# HG changeset patch # User Raimund Renkert # Date 1398333740 -7200 # Node ID 242f2bf5417ee2ed631905cdcc12f1ce4e8c635d # Parent a8d56a2846a86ea51842bbe03f1a61f9aa805a48 Update the certificate list after installing certificates. diff -r a8d56a2846a8 -r 242f2bf5417e ui/mainwindow.cpp --- a/ui/mainwindow.cpp Thu Apr 24 12:01:34 2014 +0200 +++ b/ui/mainwindow.cpp Thu Apr 24 12:02:20 2014 +0200 @@ -597,7 +597,10 @@ mSettings.setValue("List/installed", listFileName); mSettings.setValue("List/installedDate", listFileDate); + mInstalledList = mListToInstall; + mListToInstall = CertificateList(); } + loadCertificateList(); } void MainWindow::installCerts() {