[Bug 256970] Failed Account setup leaves new identity

Tobias Koenig tokoe at kde.org
Tue Dec 28 10:09:24 GMT 2010


https://bugs.kde.org/show_bug.cgi?id=256970


Tobias Koenig <tokoe at kde.org> 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 <tokoe at kde.org>
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.



More information about the Kdepim-bugs mailing list