summaryrefslogtreecommitdiff
path: root/src/tabs/muctab.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-04-28 23:37:42 +0200
committermathieui <mathieui@mathieui.net>2014-04-28 23:37:42 +0200
commit8241f5d6fce71cc434bfdbb03a50ce8e37794a22 (patch)
treee7294cc192039255e61261b15061ac868504a29c /src/tabs/muctab.py
parent0caf9417b27a67bd6b78a96d22618ef6dd995937 (diff)
downloadpoezio-8241f5d6fce71cc434bfdbb03a50ce8e37794a22.tar.gz
poezio-8241f5d6fce71cc434bfdbb03a50ce8e37794a22.tar.bz2
poezio-8241f5d6fce71cc434bfdbb03a50ce8e37794a22.tar.xz
poezio-8241f5d6fce71cc434bfdbb03a50ce8e37794a22.zip
Update CHANGELOG
(also, fix a traceback-typo)
Diffstat (limited to 'src/tabs/muctab.py')
-rw-r--r--src/tabs/muctab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs/muctab.py b/src/tabs/muctab.py
index 2170e754..2886a41e 100644
--- a/src/tabs/muctab.py
+++ b/src/tabs/muctab.py
@@ -843,7 +843,7 @@ class MucTab(ChatTab):
display_user_list = False
else:
display_user_list = True
- display_info_win = not self.size.tab.degrade_y
+ display_info_win = not self.size.tab_degrade_y
self.topic_win.refresh(self.get_single_line_topic())
self.text_win.refresh()