comparison ui/mainwindow.cpp @ 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
comparison
equal deleted inserted replaced
479:a8d56a2846a8 480:242f2bf5417e
595 return; /* Try again with next check */ 595 return; /* Try again with next check */
596 } 596 }
597 597
598 mSettings.setValue("List/installed", listFileName); 598 mSettings.setValue("List/installed", listFileName);
599 mSettings.setValue("List/installedDate", listFileDate); 599 mSettings.setValue("List/installedDate", listFileDate);
600 } 600 mInstalledList = mListToInstall;
601 mListToInstall = CertificateList();
602 }
603 loadCertificateList();
601 } 604 }
602 605
603 void MainWindow::installCerts() { 606 void MainWindow::installCerts() {
604 QStringList choices; 607 QStringList choices;
605 608

http://wald.intevation.org/projects/trustbridge/