]> git.0d.be Git - empathy.git/commitdiff
update the window title when a new message is received
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 25 Nov 2009 17:25:24 +0000 (17:25 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 27 Nov 2009 15:25:00 +0000 (15:25 +0000)
src/empathy-chat-window.c

index 4a4e1c1be986fe872d22276e5469be13906a3751..5f07203b52d976b5dd2c7b61684acbf26ddc3f7b 100644 (file)
@@ -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 *