diff options
Diffstat (limited to 'settingsdialog.cpp')
-rwxr-xr-x | settingsdialog.cpp | 1 |
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 ""; } |