Mercurial > pidgin.yaz
changeset 19420:c1c260d41365
The conversation history is in a reversed list.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 25 Aug 2007 11:18:26 +0000 |
parents | 6df41719037c |
children | e8bd9d92202e |
files | finch/libgnt/pygnt/dbus-gnt |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/finch/libgnt/pygnt/dbus-gnt Sat Aug 25 10:33:00 2007 +0000 +++ b/finch/libgnt/pygnt/dbus-gnt Sat Aug 25 11:18:26 2007 +0000 @@ -110,6 +110,7 @@ if history: msgs = purple.PurpleConversationGetMessageHistory(conv) + msgs.reverse() for msg in msgs: who = purple.PurpleConversationMessageGetSender(msg) what = purple.PurpleConversationMessageGetMessage(msg)