From 9764ef80a02af7894a38c396d5d57e8b760a8f2a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 25 Nov 2009 17:25:24 +0000 Subject: update the window title when a new message is received --- src/empathy-chat-window.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 4a4e1c1be..5f07203b5 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -1228,6 +1228,9 @@ chat_window_new_message_cb (EmpathyChat *chat, EMPATHY_SOUND_MESSAGE_INCOMING); chat_window_show_or_update_notification (window, message, chat); } + + /* update the number of unread messages */ + chat_window_title_update (priv); } static GtkNotebook * -- cgit v1.2.3