Mercurial > libervia-backend
diff frontends/src/quick_frontend/quick_contact_list.py @ 1738:baac0fc5e3ad
reverted patch 58ecc0e2e6fc as it may hide an other issue
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 15 Dec 2015 14:25:26 +0100 |
parents | 58ecc0e2e6fc |
children | d17772b0fe22 |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_contact_list.py Tue Dec 15 12:41:07 2015 +0100 +++ b/frontends/src/quick_frontend/quick_contact_list.py Tue Dec 15 14:25:26 2015 +0100 @@ -390,10 +390,7 @@ except KeyError: log.warning(_(u"Trying to delete an unknow entity [{}]").format(entity)) if in_roster: - try: - self._roster.remove(entity_bare) - except KeyError: - pass # contact has been removed already from a concurrent client? + self._roster.remove(entity_bare) del self._cache[entity_bare] for group in groups: self._groups[group]['jids'].remove(entity_bare)