summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-08-07 00:07:30 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-08-07 00:07:30 +0200
commit603dcc4655f67f000b29669aa0540ac449bf478d (patch)
tree49a6b5e6fe4293692fccdff4ae2ef83efcd91722 /mainwindow.cpp
parent2f171280973ea1bf1fa45fa6376b36945586290a (diff)
templating system implemented
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index e6440d13..000ce336 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -948,8 +948,8 @@ void MainWindow::setPassword(QString file, bool overwrite, bool isNew = false)
return;
}
PasswordDialog d(this);
- d.setPassword(lastDecrypt);
d.setTemplate(passTemplate);
+ d.setPassword(lastDecrypt);
if (!d.exec()) {
d.setPassword(NULL);
return;