diff options
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index 019064a16..71e56203d 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -1293,6 +1293,7 @@ chat_message_received_cb (EmpathyTpChat *tp_chat, static void chat_pending_message_removed_cb (EmpathyTpChat *tp_chat, + EmpathyMessage *message, EmpathyChat *chat) { EmpathyChatPriv *priv = GET_PRIV (chat); |