]> git.0d.be Git - empathy.git/commit
chat: don't display pending messages before messages from logs
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 8 Dec 2009 14:56:38 +0000 (14:56 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 8 Dec 2009 15:02:34 +0000 (15:02 +0000)
commitcce0608573b9a8f675cd948622322f4f1ef2e947
treeaf9e770303be9675baa459964849a6c9f4fe5977
parent9a2a6a34682af3eb6ff1741e45a0c1b5cd4d386f
chat: don't display pending messages before messages from logs

empathy_chat_set_tp_chat has a comment saying that show_pending_messages is a
no-op when calling during object construction. This now is now actually true
as we added a boolean saying if we can display pending messages or not.

This is to avoid displaying pending messages *before* the messages fetched
from logs (#603980).
libempathy-gtk/empathy-chat.c