From adfcfb1bc482ebe40cc575a070e850aa01219335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Tue, 13 Nov 2018 23:47:54 +0100 Subject: [PATCH] Fix incorrect contact status on tabs --- gajim/common/connection_handlers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gajim/common/connection_handlers.py b/gajim/common/connection_handlers.py index e188befb4..d00932d17 100644 --- a/gajim/common/connection_handlers.py +++ b/gajim/common/connection_handlers.py @@ -146,6 +146,7 @@ class ConnectionHandlersBase: obj.contact_list.append(obj.contact) obj.contact.resource = resource + obj.need_redraw = True obj.need_add_in_roster = True if not app.jid_is_transport(jid) and len(obj.contact_list) == 1: