This commit is contained in:
Yann Leboulanger 2005-12-30 12:05:53 +00:00
parent 56ebaa475c
commit d4ac8a23a7
1 changed files with 1 additions and 1 deletions

View File

@ -1645,7 +1645,7 @@ current room topic.') % command, room_jid)
model = widget.get_model()
iter = model.get_iter(path)
nick = model[iter][C_NICK].decode('utf-8')
if not nick in gajim.get_nick_list(self.account, room_jid):
if not nick in gajim.contacts.get_nick_list(self.account, room_jid):
#it's a group
if x < 20: # first cell in 1st column (the arrow SINGLE clicked)
if (widget.row_expanded(path)):