aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-30 21:56:39 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-01-28 21:27:56 +0800
commitd0af8490d944fc16124768917be17059010e9b1a (patch)
treefb41ebe7a7a69f9611dc85558c670eef55f39e69 /src/empathy-chat-window.c
parentadf13d5860f11caa6956d8d4453b6728d9dd486c (diff)
downloadgsoc2013-empathy-d0af8490d944fc16124768917be17059010e9b1a.tar
gsoc2013-empathy-d0af8490d944fc16124768917be17059010e9b1a.tar.gz
gsoc2013-empathy-d0af8490d944fc16124768917be17059010e9b1a.tar.bz2
gsoc2013-empathy-d0af8490d944fc16124768917be17059010e9b1a.tar.lz
gsoc2013-empathy-d0af8490d944fc16124768917be17059010e9b1a.tar.xz
gsoc2013-empathy-d0af8490d944fc16124768917be17059010e9b1a.tar.zst
gsoc2013-empathy-d0af8490d944fc16124768917be17059010e9b1a.zip
EmpathyChat::new-message: tell if the message is a pending one or not
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r--src/empathy-chat-window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 4b181d3dd..79d27f95b 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -1351,6 +1351,7 @@ chat_window_set_highlight_room_tab_label (EmpathyChat *chat)
static void
chat_window_new_message_cb (EmpathyChat *chat,
EmpathyMessage *message,
+ gboolean pending,
EmpathyChatWindow *window)
{
EmpathyChatWindowPriv *priv;