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