This commit is contained in:
Yann Leboulanger 2005-12-30 11:21:06 +00:00
parent 6afd4791a1
commit e74dbc89d3
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ class GroupchatWindow(chat.Chat):
(gajim.interface.roster.jabber_state_images['16']['closed'], 'role', role,
'<b>%s</b>' % role_name))
iter = model.append(role_iter, (None, 'contact', nick, name))
if not nick in gajim.contacts.get_nick_list(self.account, room_jid, nick):
if not nick in gajim.contacts.get_nick_list(self.account, room_jid):
gc_contact = gajim.contacts.create_gc_contact(room_jid = room_jid,
nick = nick, show = show, status = status, role = role,
affiliation = affiliation, jid = jid)