summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.py b/src/core.py
index e096b65c..4aa1b2b3 100644
--- a/src/core.py
+++ b/src/core.py
@@ -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):