From 3b12546f0a94f4d59810793c17bacb2ffd4a8361 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 14 Nov 2005 10:51:32 +0000 Subject: [PATCH] fix comment --- src/common/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/gajim.py b/src/common/gajim.py index 9f488fa63..cdee9d2c7 100644 --- a/src/common/gajim.py +++ b/src/common/gajim.py @@ -68,7 +68,7 @@ encrypted_chats = {} # list of encrypted chats {acct1: [jid1, jid2], ..} contacts = {} # list of contacts {acct: {jid1: [C1, C2]}, } one Contact per resource gc_contacts = {} # list of contacts that are in gc {acct: {room_jid: {nick: C}}} -gc_connected = {} # tell if we are connected to the room or not {room_jid: True} +gc_connected = {} # tell if we are connected to the room or not {acct: {room_jid: True}} gc_passwords = {} # list of the pass required to enter a room {room_jid: password} groups = {} # list of groups