This commit is contained in:
Yann Leboulanger 2005-07-19 19:43:34 +00:00
parent 517a9c6850
commit c048984641
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ class GroupchatWindow(chat.Chat):
c = self.contacts[room_jid][nick]
if c.show == show and c.status == status and \
c.affiliation == affiliation: #no change
return
return
c.show = show
c.affiliation = affiliation
roster = self.plugin.roster