diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-26 01:25:24 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-27 23:25:00 +0800 |
commit | 9764ef80a02af7894a38c396d5d57e8b760a8f2a (patch) | |
tree | 8c2d92ce649372bc6a0eeeec81509efa183210a6 /src | |
parent | 761a836a296d32c4af5200d8efc80f3fa9cb33e0 (diff) | |
download | gsoc2013-empathy-9764ef80a02af7894a38c396d5d57e8b760a8f2a.tar gsoc2013-empathy-9764ef80a02af7894a38c396d5d57e8b760a8f2a.tar.gz gsoc2013-empathy-9764ef80a02af7894a38c396d5d57e8b760a8f2a.tar.bz2 gsoc2013-empathy-9764ef80a02af7894a38c396d5d57e8b760a8f2a.tar.lz gsoc2013-empathy-9764ef80a02af7894a38c396d5d57e8b760a8f2a.tar.xz gsoc2013-empathy-9764ef80a02af7894a38c396d5d57e8b760a8f2a.tar.zst gsoc2013-empathy-9764ef80a02af7894a38c396d5d57e8b760a8f2a.zip |
update the window title when a new message is received
Diffstat (limited to 'src')
-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 * |