summaryrefslogtreecommitdiffstats
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
commita6eb9b8b47e27965ee3da8b0e9398e1c99ba5c55 (patch)
tree99aa8e5dee19a687a661e1cc5f73f702d8f1cce8
parent28af9a55c39e44305b7f6234d83597ad75ea6775 (diff)
Going to config while interface disabled (handed over to gpg passphrase etc) could hang app
-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);
}
/**