From 138c5afe181a7034c84f57c3871ec92a6da76487 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 22 Dec 2010 16:53:21 +0100 Subject: [PATCH] update groupchat Contct instance when we get a presence. Fixes #5992 --- src/roster_window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/roster_window.py b/src/roster_window.py index fe16ab610..c6c41099f 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -2500,6 +2500,7 @@ class RosterWindow: contact = gajim.contacts.get_contact_with_highest_priority(account, obj.room_jid) if contact: + contact.show = obj.show self.draw_contact(obj.room_jid, account) def _nec_roster_received(self, obj):