From 633b45de92875b7a75b6310027fd398dde8f53fa Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 30 Jun 2005 21:52:42 +0000 Subject: [PATCH] little comment for nk :) --- src/roster_window.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/roster_window.py b/src/roster_window.py index efa1b31e1..10f88c33a 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -1896,6 +1896,8 @@ _('If "%s" accepts this request you will know his status.') %jid).get_response() gajim.config.get('height')) self.groups = {} + # contacts[account][jid] is a list of all Contact insatnces: + # one per resource self.contacts = {} self.newly_added = {} self.to_be_removed = {}