------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=122317         




------- Additional Comments From ogoffart kde org  2006-08-20 15:08 -------
SVN commit 574872 by ogoffart:

Fix a problem where you cannot remove MSN contacts.
I have this patch localy for months, but i forgot to commit it.

Cf first part of BUG 122317   (the commit r513817 was not enough)
CCBUG: 122317



 M  +2 -3      msnaccount.cpp  


--- branches/KDE/3.5/kdenetwork/kopete/protocols/msn/msnaccount.cpp 
#574871:574872
 @ -458,10 +458,9  @
                                        c->setOnlineStatus( 
MSNProtocol::protocol()->FLN );
                                        addContactServerside( c->contactId() , 
c->metaContact()->groups() );
                                }
-                               else //the contact had been deleted, give him 
the unknown status
+                               else //the contact had been deleted, remove it.
                                {
-                                       c->clearServerGroups();
-                                       c->setOnlineStatus( 
MSNProtocol::protocol()->UNK );
+                                       c->deleteLater();
                                }
                        }
                }
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to