https://bugs.kde.org/show_bug.cgi?id=256970
Tobias Koenig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |FIXED --- Comment #3 from Tobias Koenig <tokoe kde org> 2010-12-28 11:09:24 --- commit eefd0a76766724d66e8913b5f8a806a3bb1f2a5e branch master Author: Tobias Koenig <[email protected]> Date: Tue Dec 28 11:12:42 2010 +0100 Allow to remove the last remaining identity on rollback BUG: 256970 diff --git a/accountwizard/identity.cpp b/accountwizard/identity.cpp index d9f6a72..825b467 100644 --- a/accountwizard/identity.cpp +++ b/accountwizard/identity.cpp @@ -81,7 +81,7 @@ QString Identity::identityName() const void Identity::destroy() { - m_manager->removeIdentity( m_identity->identityName() ); + m_manager->removeIdentityForced( m_identity->identityName() ); m_manager->commit(); m_identity = 0; emit info( i18n( "Identity removed." ) ); -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- 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
