summaryrefslogtreecommitdiff
path: root/poezio/windows
diff options
context:
space:
mode:
authorMadhur Garg <madhurgarg96@gmail.com>2019-08-22 06:23:30 +0530
committerMadhur Garg <madhurgarg96@gmail.com>2019-08-22 06:25:20 +0530
commit99e6f2611f3a200f022bfa60b6a941bc08db285a (patch)
tree9297f81598e843f2adfb067156eb3e22404b0f45 /poezio/windows
parent9470f4943b61a78f24267147ede40e1d34e97420 (diff)
downloadpoezio-99e6f2611f3a200f022bfa60b6a941bc08db285a.tar.gz
poezio-99e6f2611f3a200f022bfa60b6a941bc08db285a.tar.bz2
poezio-99e6f2611f3a200f022bfa60b6a941bc08db285a.tar.xz
poezio-99e6f2611f3a200f022bfa60b6a941bc08db285a.zip
Added 'top' attribute in the 'Message' object (The problem of the wrong order of messages was because of this.)
Diffstat (limited to 'poezio/windows')
-rw-r--r--poezio/windows/text_win.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/poezio/windows/text_win.py b/poezio/windows/text_win.py
index 8a55338a..ab3d3aee 100644
--- a/poezio/windows/text_win.py
+++ b/poezio/windows/text_win.py
@@ -164,6 +164,7 @@ class BaseTextWin(Win):
self.build_new_message(
message,
clean=False,
+ top=message.top,
timestamp=with_timestamps,
nick_size=nick_size)
if self.separator_after is message: