https://bugs.kde.org/show_bug.cgi?id=351892
--- Comment #5 from Ralf Habacker <ralf.habac...@freenet.de> --- Do I understand the following code from the mentioned function if (m_storePassword->isChecked()) { if (d->m_walletIsOpen) { QString key = OFX_PASSWORD_KEY(settings.value("url"), settings.value("uniqueId")); d->m_wallet->writePassword(key, settings.value("password")); settings.deletePair("password"); } } else { settings.deletePair("password"); } correctly that if wallet is not open the password will be simply deleted ? -- You are receiving this mail because: You are watching all bug changes.