aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.c
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2010-09-22 07:14:16 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-26 18:25:02 +0800
commit38e4f668b25cefbdc161f9c17f61a904c67c0c79 (patch)
tree441822ef80234918a5148741f51ebce4b518807d /src/empathy-chat-window.c
parent2eec8e87f01ecdf6a987314d5b6cea35d47f1ae1 (diff)
downloadgsoc2013-empathy-38e4f668b25cefbdc161f9c17f61a904c67c0c79.tar
gsoc2013-empathy-38e4f668b25cefbdc161f9c17f61a904c67c0c79.tar.gz
gsoc2013-empathy-38e4f668b25cefbdc161f9c17f61a904c67c0c79.tar.bz2
gsoc2013-empathy-38e4f668b25cefbdc161f9c17f61a904c67c0c79.tar.lz
gsoc2013-empathy-38e4f668b25cefbdc161f9c17f61a904c67c0c79.tar.xz
gsoc2013-empathy-38e4f668b25cefbdc161f9c17f61a904c67c0c79.tar.zst
gsoc2013-empathy-38e4f668b25cefbdc161f9c17f61a904c67c0c79.zip
all: remove butterfly workarounds (bgo#612555)
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r--src/empathy-chat-window.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 97ed1b9de..44f3dcce3 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -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;