summaryrefslogtreecommitdiff
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
parent0caf9417b27a67bd6b78a96d22618ef6dd995937 (diff)
downloadpoezio-8241f5d6fce71cc434bfdbb03a50ce8e37794a22.tar.gz
poezio-8241f5d6fce71cc434bfdbb03a50ce8e37794a22.tar.bz2
poezio-8241f5d6fce71cc434bfdbb03a50ce8e37794a22.tar.xz
poezio-8241f5d6fce71cc434bfdbb03a50ce8e37794a22.zip
Update CHANGELOG
(also, fix a traceback-typo)
-rw-r--r--CHANGELOG1
-rw-r--r--src/tabs/muctab.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9bcab2f6..53bf3b1d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,7 @@ For more detailed changelog, see the roadmap:
http://dev.louiz.org/projects/poezio/roadmap
* Poezio 0.8.3 - dev
+- The interface will adapt if the terminal is too small
- Implement XEP-0184 (message delivery receipts)
- better setup scripts (use setuptools)
- Better timezone handling
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()