Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #38 from matthewvogt/remove-addresses
Browse files Browse the repository at this point in the history
[libcontacts] Remove address indexing for deleted contacts
  • Loading branch information
matthewvogt committed Sep 26, 2013
2 parents 8095521 + 5d9a054 commit 9944df9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/seasidecache.cpp
Expand Up @@ -1447,6 +1447,9 @@ void SeasideCache::contactsRemoved(const QList<ContactIdType> &ids)
}
item->listeners = 0;

// Remove the links to addressible details
updateContactIndexing(item->contact, QContact(), item->iid, QSet<DetailTypeId>(), item);

if (!m_keepPopulated) {
presentIds.append(id);
}
Expand Down

0 comments on commit 9944df9

Please sign in to comment.