diff options
-rwxr-xr-x | settingsdialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settingsdialog.cpp b/settingsdialog.cpp index b83ffc1..a99b832 100755 --- a/settingsdialog.cpp +++ b/settingsdialog.cpp @@ -592,6 +592,7 @@ void KeyserverTab::addKeyServer() } else { comboBox->addItem("http://" +newKeyServerEdit->text()); } + comboBox->setCurrentIndex(comboBox->count()-1); } /*********************************** * get the values of the buttons and |