From f791def2f730acbc73cd24148b82f70f4f3b460b Mon Sep 17 00:00:00 2001 From: Stephan Erb <steve-e@h3c.de> Date: Tue, 27 Nov 2007 20:33:02 +0000 Subject: [PATCH] Nothing as usual. --- src/common/contacts.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/contacts.py b/src/common/contacts.py index 1e16a644c8..b509aa77bf 100644 --- a/src/common/contacts.py +++ b/src/common/contacts.py @@ -42,9 +42,9 @@ class Contact: # Capabilities; filled by caps.py/ConnectionCaps object # every time it gets these from presence stanzas - self.caps_node=None - self.caps_ver=None - self.caps_exts=None + self.caps_node = None + self.caps_ver = None + self.caps_exts = None # please read jep-85 http://www.jabber.org/jeps/jep-0085.html # we keep track of jep85 support with the peer by three extra states: @@ -372,7 +372,7 @@ class Contacts: found = data break if found: - self._metacontacts_tags[account][tag].remove(data) + self._metacontacts_tags[account][tag].remove(found) break common.gajim.connections[account].store_metacontacts( self._metacontacts_tags[account]) -- GitLab