diff ui/createcertlistdialog.cpp @ 1317:d009da9cfa10

(issue157) Reload list after successful creation
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 13 Oct 2014 17:41:12 +0200
parents bd2cb6bdb1c5
children f3e2df6b49ba
line wrap: on
line diff
--- a/ui/createcertlistdialog.cpp	Mon Oct 13 17:23:35 2014 +0200
+++ b/ui/createcertlistdialog.cpp	Mon Oct 13 17:41:12 2014 +0200
@@ -300,5 +300,7 @@
     mAdminWindow->logChanges(curCerts, keyFingerprint);
 
     QMessageBox::information(this, "", tr("Saved certificate list:\n%1").arg(fileName));
+    emit creationSuccessful();
+
     close();
 }

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