# HG changeset patch
# User Goffi <goffi@goffi.org>
# Date 1450185926 -3600
# Node ID baac0fc5e3ad946c8edd4696277d329ec7afc7f1
# Parent  ad5da569ecf41342f876f86aa4879a50f55d569f
reverted patch 58ecc0e2e6fc as it may hide an other issue

diff -r ad5da569ecf4 -r baac0fc5e3ad frontends/src/quick_frontend/quick_contact_list.py
--- 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)