Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2008-08-07 15:46:07 +0400
committerYann Leboulanger <asterix@lagaule.org>2008-08-07 15:46:07 +0400
commitcb0049a1cb341a99e3e54129535ee6a62c9d770f (patch)
tree3d31731c6a36e16fed52f8009d978818c16f5d23
parentc7d33bb68ea91dd8fa2e241509a7258acd1e6cc6 (diff)
fix zeroconf
-rw-r--r--src/roster_window.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/roster_window.py b/src/roster_window.py
index 321fb0073..75e8f6eb0 100644
--- a/src/roster_window.py
+++ b/src/roster_window.py
@@ -1632,7 +1632,8 @@ class RosterWindow:
gajim.contacts.add_account(account)
if account not in gajim.groups:
gajim.groups[account] = {}
- for jid in array:
+ # .keys() is needed
+ for jid in array.keys():
# Remove the contact in roster. It might has changed
self.remove_contact(jid, account, force = True)
# Remove old Contact instances