diff options
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index 3a57c8138..09bff03e3 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -1298,6 +1298,9 @@ chat_pending_message_removed_cb (EmpathyTpChat *tp_chat, { EmpathyChatPriv *priv = GET_PRIV (chat); + empathy_chat_view_message_acknowledged (chat->view, + message); + priv->unread_messages--; g_object_notify (G_OBJECT (chat), "nb-unread-messages"); } |