From f06a30e74a89b846e5a21bd22dc5e585e3a1d026 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 3 Oct 2006 10:13:53 +0000 Subject: [PATCH] re draw contact when we open the notif after getting a groupchat invitation from him to remove the message icon in case there is no other event. --- src/gajim.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gajim.py b/src/gajim.py index f50cba97b..f7971ff55 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -1787,6 +1787,7 @@ class Interface: dialogs.InvitationReceivedDialog(account, data[0], jid, data[2], data[1]) gajim.events.remove_events(account, jid, event) + self.roster.draw_contact(jid, account) if w: w.set_active_tab(fjid, account) w.window.present()