]> git.0d.be Git - empathy.git/commit
chat: display pending messages once constructed if the channel is a room (#623112)
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 29 Jun 2010 12:25:49 +0000 (14:25 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 29 Jun 2010 12:29:25 +0000 (14:29 +0200)
commit2cba9cbe1638c309e680778598ff66e319615b0a
tree6802b5c532c003d26487e00f47ef96c1a5f0d40d
parent807c4cdfac49d1cf4d8eefbda394c2b53bd5598b
chat: display pending messages once constructed if the channel is a room (#623112)

Now that we wait that the TpChat has retrieved pending messages before
considering it as ready, the message-received signal is fired *before* we
connect it in EmpathyChat and so it misses them.

We fix that by looking for pending messages once the EmpathyChat has been
constructed.
libempathy-gtk/empathy-chat.c