summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2012-01-24 17:07:04 +0100
committerFlorent Le Coz <louiz@louiz.org>2012-01-24 17:07:04 +0100
commit561af013b1432fbb9b52d7f246be487347991687 (patch)
tree556d9b3653faa743e8b6a851b33bea222f1ff249 /src/tabs.py
parent99a16f2b868a093e390d99154ad67251ab9f3511 (diff)
downloadpoezio-561af013b1432fbb9b52d7f246be487347991687.tar.gz
poezio-561af013b1432fbb9b52d7f246be487347991687.tar.bz2
poezio-561af013b1432fbb9b52d7f246be487347991687.tar.xz
poezio-561af013b1432fbb9b52d7f246be487347991687.zip
New participant list. Displaying the nick color, the affiliation, role, chatstate and status!
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tabs.py b/src/tabs.py
index 53405db4..019fae30 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -678,6 +678,7 @@ class MucTab(ChatTab):
for i, user in enumerate(sorted_users):
user.color = colors[i % len(colors)]
self.text_win.rebuild_everything(self._text_buffer)
+ self.user_win.refresh(self.users)
self.text_win.refresh()
self.input.refresh()