Fix the refresh of the muc info header on new messae
This commit is contained in:
parent
40d445e509
commit
dd9186c72a
1 changed files with 1 additions and 0 deletions
|
@ -971,6 +971,7 @@ class Core(object):
|
|||
self.add_message_to_text_buffer(room, body, date, nick_from)
|
||||
if tab is self.current_tab():
|
||||
tab.text_win.refresh(tab._room)
|
||||
tab.info_header.refresh(tab._room, tab.text_win)
|
||||
self.refresh_tab_win()
|
||||
|
||||
def add_message_to_text_buffer(self, room, txt, time=None, nickname=None):
|
||||
|
|
Loading…
Reference in a new issue