Skip to content
Snippets Groups Projects
Commit 7dbccecd authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

redraw gc tab when we open pm. fixes #2716

parent 0938988a
No related branches found
No related tags found
No related merge requests found
......@@ -763,6 +763,8 @@ class ChatControlBase(MessageControl):
groupchat_control = gajim.interface.msg_win_mgr.get_control(
room_jid, self.account)
groupchat_control.draw_contact(nick)
mw = gajim.interface.msg_win_mgr.get_window(room_jid, self.account)
mw.redraw_tab(groupchat_control)
else:
gajim.interface.roster.draw_contact(jid, self.account)
gajim.interface.roster.show_title()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment