summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-07-07 01:15:06 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-07-07 01:15:06 +0200
commit2143b18904d61a9afe0ad5d38db86773452b53ad (patch)
tree99aa8e5dee19a687a661e1cc5f73f702d8f1cce8 /mainwindow.cpp
parent90e2bf2252dfd67a8c094aee2b5c052a871e509b (diff)
Going to config while interface disabled (handed over to gpg passphrase etc) could hang app
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 31dd48cf..db119cac 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -590,6 +590,7 @@ void MainWindow::enableUiElements(bool state) {
ui->deleteButton->setEnabled(state);
ui->editButton->setEnabled(state);
ui->pushButton->setEnabled(state);
+ ui->configButton->setEnabled(state);
}
/**