Switch back to clear text authentication, if all others are not available and

something different was selected.

svn path=/trunk/kdenetwork/kmail/; revision=111038
wilder-work
Michael Haeckel 25 years ago
parent 06356def5d
commit 91e3223b80
  1. 2
      accountdialog.cpp

@ -947,7 +947,7 @@ void AccountDialog::slotImapCapabilities(const QStringList &list)
void AccountDialog::checkHighest(QButtonGroup *btnGroup)
{
QButton *btn;
for (int i = btnGroup->count() - 1; i > 0; i--)
for (int i = btnGroup->count() - 1; i >= 0; i--)
{
btn = btnGroup->find(i);
if (btn && btn->isEnabled())

Loading…
Cancel
Save