diff options
Diffstat (limited to 'libempathy/empathy-tp-chat.c')
-rw-r--r-- | libempathy/empathy-tp-chat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c index 691d7a2f1..077afe36e 100644 --- a/libempathy/empathy-tp-chat.c +++ b/libempathy/empathy-tp-chat.c @@ -681,6 +681,7 @@ empathy_tp_chat_get_pendings (EmpathyTpChat *chat) g_value_array_free (message_struct); } + messages = g_list_reverse (messages); g_ptr_array_free (messages_list, TRUE); |