diff ui/createcertlistdialog.cpp @ 562:ccdc4c6b97ce

Log diff between initial certificate list and saved list to a logfile.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 22 May 2014 15:29:59 +0200
parents a097dd86cb4d
children 75cd2fbf9ac6
line wrap: on
line diff
--- a/ui/createcertlistdialog.cpp	Thu May 22 13:23:07 2014 +0000
+++ b/ui/createcertlistdialog.cpp	Thu May 22 15:29:59 2014 +0200
@@ -273,5 +273,6 @@
     }
 
     QMessageBox::information(this, "", tr("Saved certificate list:\n%1").arg(fileName));
+    mAdminWindow->logChanges(curCerts);
     close();
 }

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