# HG changeset patch # User Goffi # Date 1306607021 -7200 # Node ID f19771d2e63bc0b285ede00d629806647ec6c15c # Parent 6fe6ae70904ad893b5a66c106cfd94090c6a47ec quickapp: fixed contact removing bug diff -r 6fe6ae70904a -r f19771d2e63b frontends/src/quick_frontend/quick_app.py --- a/frontends/src/quick_frontend/quick_app.py Sat May 28 20:21:45 2011 +0200 +++ b/frontends/src/quick_frontend/quick_app.py Sat May 28 20:23:41 2011 +0200 @@ -410,8 +410,8 @@ if not self.check_profile(profile): return target = JID(jid) + self.contactList.remove(self.CM.get_full(target)) self.CM.remove(target) - self.contactList.remove(self.CM.get_full(target)) try: self.profiles[profile]['onlineContact'].remove(target.short) except KeyError: