Mercurial > trustbridge
changeset 480:242f2bf5417e
Update the certificate list after installing certificates.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 24 Apr 2014 12:02:20 +0200 |
parents | a8d56a2846a8 |
children | 9be337ea1e3c |
files | ui/mainwindow.cpp |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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() {