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 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)