From 23394732c2ea099b5f90cc096b70a1c9a7c9e083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=C3=ABl=20Verrier?= Date: Mon, 6 Jul 2009 22:34:24 +0200 Subject: [PATCH] * fixed a bug when we have a groupchat minimized in the roster --- src/common/connection_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py index d75719ec2..d935a9096 100644 --- a/src/common/connection_handlers.py +++ b/src/common/connection_handlers.py @@ -2494,7 +2494,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco, gajim.logger.replace_roster(self.name, roster_version, roster) if received_from_server: for contact in gajim.contacts.iter_contacts(self.name): - if contact.jid not in roster: + if not contact.is_groupchat() and contact.jid not in roster: self.dispatch('ROSTER_INFO', (self.name, (contact.jid, None, None, None, ()))) for jid in roster: