This commit is contained in:
Yann Leboulanger 2005-07-01 19:29:20 +00:00
parent 0d0835c112
commit 8133fd61d2
1 changed files with 1 additions and 1 deletions

View File

@ -920,7 +920,7 @@ class GroupchatWindow(chat.Chat):
nick = model.get_value(iter, 1)
fjid = room_jid + '/' + nick
if not self.plugin.windows[self.account]['chats'].has_key(fjid):
show = gajim.contacts[room_jid][nick].show
show = self.contacts[room_jid][nick].show
u = Contact(jid = fjid, name = nick, groups = ['none'],
show = show, sub = 'none')
self.plugin.roster.new_chat(u, self.account)