diff options
author | Nils Achtergarde <[email protected]> | 2017-12-31 01:54:16 +0000 |
---|---|---|
committer | Nils Achtergarde <[email protected]> | 2017-12-31 01:54:16 +0000 |
commit | e1178183afaa6fc87523689d207e887e3298a8f1 (patch) | |
tree | fe33ccc6932fa6765f945078e75036b37b7016c4 | |
parent | Merge branch 'master' of github.com:gpg4usb/gpg4usb (diff) | |
download | gpg4usb-e1178183afaa6fc87523689d207e887e3298a8f1.tar.gz gpg4usb-e1178183afaa6fc87523689d207e887e3298a8f1.zip |
recommit of ea2c2348bcd661c1265b7e5bc3ba4057f2842a3d (set default keyserver to newly added keyserver in settingsdialog)
-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 |