From 59bff310b0fde006e3b885b34f4064d3262db4ba Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sat, 25 Mar 2006 08:46:13 +0000 Subject: [PATCH] typo. Fixes #1744 --- src/roster_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roster_window.py b/src/roster_window.py index fd2107435..bd260896a 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -2844,7 +2844,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid) # add children too all_jid = gajim.contacts.get_metacontacts_jids(old_tag) for _account in all_jid: - for _jid in all_data[_account]: + for _jid in all_jid[_account]: gajim.contacts.add_metacontact(account, c_dest.jid, _account, _jid) self.add_contact_to_roster(_jid, _account) self.draw_contact(_jid, _account)