diff options
Diffstat (limited to 'libempathy-gtk/gossip-chat.c')
-rw-r--r-- | libempathy-gtk/gossip-chat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/gossip-chat.c b/libempathy-gtk/gossip-chat.c index 677cdd258..37da0853c 100644 --- a/libempathy-gtk/gossip-chat.c +++ b/libempathy-gtk/gossip-chat.c @@ -1314,7 +1314,6 @@ gossip_chat_set_tp_chat (GossipChat *chat, priv->first_tp_chat = FALSE; } - g_signal_connect (tp_chat, "message-received", G_CALLBACK (chat_message_received_cb), chat); |