Update CHANGELOG

(also, fix a traceback-typo)
This commit is contained in:
mathieui 2014-04-28 23:37:42 +02:00
parent 0caf9417b2
commit 8241f5d6fc
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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()