--- a/AuthDialog.cpp +++ b/AuthDialog.cpp @@ -152,7 +152,7 @@ AuthDialog::AuthDialog(const QString &ac errorMessageWidget->hide(); // If there is more than 1 identity we will show the combobox for user selection - if (identities.size() > 1) { + if (identities.size() > 0) { connect(userCB, SIGNAL(currentIndexChanged(int)), this, SLOT(on_userCB_currentIndexChanged(int))); createUserCB(identities);