~ubuntu-branches/ubuntu/edgy/kopete/edgy-updates

« back to all changes in this revision

Viewing changes to kopete/protocols/msn/msnaccount.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-10-09 14:55:32 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061009145532-91lvzoe1hag8d6hq
Tags: 4:3.5.5+kopete0.12.3-0ubuntu1
* New upstream release
* Removed obsolete kubuntu_02_hostname_for_freenode.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
458
458
                                        c->setOnlineStatus( MSNProtocol::protocol()->FLN );
459
459
                                        addContactServerside( c->contactId() , c->metaContact()->groups() );
460
460
                                }
461
 
                                else //the contact had been deleted, give him the unknown status
 
461
                                else //the contact had been deleted, remove it.
462
462
                                {
463
 
                                        c->clearServerGroups();
464
 
                                        c->setOnlineStatus( MSNProtocol::protocol()->UNK );
 
463
                                        c->deleteLater();
465
464
                                }
466
465
                        }
467
466
                }