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.

This commit is contained in:
Yann Leboulanger 2006-10-03 10:13:53 +00:00
parent 8b494b8ff7
commit f06a30e74a
1 changed files with 1 additions and 0 deletions

View File

@ -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()