little comment for nk :)

This commit is contained in:
Yann Leboulanger 2005-06-30 21:52:42 +00:00
parent 1c1ffd1611
commit 633b45de92
1 changed files with 2 additions and 0 deletions

View File

@ -1896,6 +1896,8 @@ _('If "%s" accepts this request you will know his status.') %jid).get_response()
gajim.config.get('height')) gajim.config.get('height'))
self.groups = {} self.groups = {}
# contacts[account][jid] is a list of all Contact insatnces:
# one per resource
self.contacts = {} self.contacts = {}
self.newly_added = {} self.newly_added = {}
self.to_be_removed = {} self.to_be_removed = {}