summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorJanosch Knack <janosch.knack@gmail.com>2016-12-11 11:38:10 +0100
committerJanosch Knack <janosch.knack@gmail.com>2016-12-11 11:38:10 +0100
commit977d5a69cfee47bd82c5d982ca4c0f039c54f5fc (patch)
tree0b9cda4d4375041b2ed1ac6a8c1b8a1e4fd10b91 /mainwindow.cpp
parentfb42a3190cfdeb93c90e4639d167ccc4a6c6333b (diff)
executeing pass show before editpassword dialog shows up
Double-clicking might open previous entry instead of one double-clicked on #243
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index e6b84ac4..04f2c8cd 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -968,6 +968,7 @@ void MainWindow::setPassword(QString file, bool overwrite, bool isNew = false) {
// warn?
return;
}
+ pass->Show_b(file);
PasswordDialog d(pwdConfig, *pass, this);
d.setFile(file);
d.usePwgen(QtPassSettings::isUsePwgen());