diff ui/administratorwindow.cpp @ 396:26651cc0cc47

Remove all certificates if a new list is loaded from file.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 15 Apr 2014 16:45:37 +0200
parents a63601810211
children 9e6a2c2033ed
line wrap: on
line diff
--- a/ui/administratorwindow.cpp	Tue Apr 15 16:44:55 2014 +0200
+++ b/ui/administratorwindow.cpp	Tue Apr 15 16:45:37 2014 +0200
@@ -135,6 +135,7 @@
         qDebug() << "Not a valid list.";
     }
     else {
+        certificateModel->removeAll();
         loadCertificateTable();
     }
 }

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