aboutsummaryrefslogtreecommitdiffstats
path: root/settingsdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'settingsdialog.cpp')
-rwxr-xr-xsettingsdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/settingsdialog.cpp b/settingsdialog.cpp
index c75b40a..a809075 100755
--- a/settingsdialog.cpp
+++ b/settingsdialog.cpp
@@ -721,6 +721,7 @@ QString GpgPathsTab::slotChooseKeydbDir()
accKeydbPath = getRelativePath(defKeydbPath, dir);
keydbLabel->setText(accKeydbPath);
+ emit signalRestartNeeded(true);
return "";
}