From 744a7afc76aba311c63ba8e7f6cced9d538da42a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 20 Sep 2010 16:30:06 +0200 Subject: chat_window_new_message_cb: update the window icon as well (#558802) We want to change the window icon even if it's not focused. --- src/empathy-chat-window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 * -- cgit v1.2.3