]> git.0d.be Git - empathy.git/blobdiff - src/empathy-chat-window.c
Merge remote-tracking branch 'pochu/error-dialog'
[empathy.git] / src / empathy-chat-window.c
index a84eef7a0322d5fbe429f1fac50d48ebb7e05ba1..46f76466b2d838b9ea945a7e9b98a72572453138 100644 (file)
@@ -1482,8 +1482,7 @@ chat_window_new_message_cb (EmpathyChat       *chat,
         *   a) the chatroom's always_urgent property is TRUE
         *   b) the message contains our alias
         */
-       if (empathy_chat_is_room (chat) ||
-           empathy_chat_get_remote_contact (chat) == NULL) {
+       if (empathy_chat_is_room (chat)) {
                TpAccount             *account;
                const gchar           *room;
                EmpathyChatroom       *chatroom;