From c048984641d0f43301b06d7dcd9274a61ffe88f1 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 19 Jul 2005 19:43:34 +0000 Subject: [PATCH] typo --- src/groupchat_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/groupchat_window.py b/src/groupchat_window.py index 4cb78da05..afa687a3a 100644 --- a/src/groupchat_window.py +++ b/src/groupchat_window.py @@ -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