https://bugs.kde.org/show_bug.cgi?id=341682
--- Comment #1 from Dan O. <[email protected]> --- In void Kleo::KeySelectionDialog::slotOk(), it seems to be returning back to the widget if the key selection is not empty and the keys are valid, as referenced by this line: if (!mSelectedKeys.empty() && checkKeyUsage(mSelectedKeys, mKeyUsage)). Should it not accept() if that is true? I'm testing it now, but it seems the return/accept() conditions are reversed to me. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
