From e1178183afaa6fc87523689d207e887e3298a8f1 Mon Sep 17 00:00:00 2001 From: Nils Achtergarde Date: Sun, 31 Dec 2017 02:54:16 +0100 Subject: recommit of ea2c2348bcd661c1265b7e5bc3ba4057f2842a3d (set default keyserver to newly added keyserver in settingsdialog) --- settingsdialog.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3