summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py
index 7f9e26f9..03fa0856 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -816,6 +816,7 @@ class MucTab(ChatTab):
else:
self.on_user_change_status(room, user, from_nick, from_room, affiliation, role, show, status)
if self.core.current_tab() is self:
+ self.text_win.refresh(self._room)
self.user_win.refresh(self._room.users)
self.info_header.refresh(self._room, self.text_win)
self.input.refresh()
@@ -949,7 +950,6 @@ class MucTab(ChatTab):
status != user.status):
# display the message in the room
room.add_message(msg)
- self.text_win.refresh(self._room)
self.core.on_user_changed_status_in_private('%s/%s' % (from_room, from_nick), msg)
# finally, effectively change the user status
user.update(affiliation, show, status, role)