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 1505413..7e8125d 100755 --- a/settingsdialog.cpp +++ b/settingsdialog.cpp @@ -465,6 +465,7 @@ void KeyserverTab::addKeyServer() } else { comboBox->addItem("http://" +newKeyServerEdit->text()); } + comboBox->setCurrentIndex(comboBox->count()-1); } AdvancedTab::AdvancedTab(QWidget *parent) |