diff options
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r-- | src/empathy-chat-window.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index dd87236ca..4b181d3dd 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -1428,8 +1428,9 @@ chat_window_new_message_cb (EmpathyChat *chat, chat_window_show_or_update_notification (window, message, chat); } - /* update the number of unread messages */ + /* update the number of unread messages and the window icon */ chat_window_title_update (priv); + chat_window_icon_update (priv); } static GtkNotebook * |