diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-20 22:30:06 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-27 21:25:22 +0800 |
commit | 744a7afc76aba311c63ba8e7f6cced9d538da42a (patch) | |
tree | b3f317bf9f6798da223851c0ecbdfb34ddaa1ca8 /src/empathy-chat-window.c | |
parent | 90d3b83c9a859a02e9439b41c81964acb7d5c070 (diff) | |
download | gsoc2013-empathy-744a7afc76aba311c63ba8e7f6cced9d538da42a.tar gsoc2013-empathy-744a7afc76aba311c63ba8e7f6cced9d538da42a.tar.gz gsoc2013-empathy-744a7afc76aba311c63ba8e7f6cced9d538da42a.tar.bz2 gsoc2013-empathy-744a7afc76aba311c63ba8e7f6cced9d538da42a.tar.lz gsoc2013-empathy-744a7afc76aba311c63ba8e7f6cced9d538da42a.tar.xz gsoc2013-empathy-744a7afc76aba311c63ba8e7f6cced9d538da42a.tar.zst gsoc2013-empathy-744a7afc76aba311c63ba8e7f6cced9d538da42a.zip |
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.
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 * |