summaryrefslogtreecommitdiff
path: root/src/gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.py')
-rw-r--r--src/gui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui.py b/src/gui.py
index 145683a5..f476ec31 100644
--- a/src/gui.py
+++ b/src/gui.py
@@ -300,6 +300,7 @@ class Gui(object):
room.topic = stanza.getSubject().encode('utf-8').replace('\n', '|')
if room == self.current_room():
self.window.topic_win.refresh(room.topic)
+ self.window.text_win.refresh(room.name)
curses.doupdate()
else:
room.add_message(nick_from, body)