[empathy: 15/22] chat: call acknowledge_message on the chat view when it happens



commit 5af3e568a7048f1de84d9c5372973aeee87aff60
Author: Jonny Lamb <jonnylamb gnome org>
Date:   Fri May 13 15:15:13 2011 +0100

    chat: call acknowledge_message on the chat view when it happens
    
    Signed-off-by: Jonny Lamb <jonnylamb gnome org>

 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 3a57c81..09bff03 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");
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]