diff options
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r-- | src/empathy-chat-window.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 * |