aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-03-06 19:51:45 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-03-06 19:51:45 +0800
commit951b54c1ee73aab5351badad88ccaf3964f239f4 (patch)
tree6b778f80c0aac9d5271f69a8e6c6e369d2d91271 /libempathy-gtk/empathy-chat.c
parente5e97bf1abebf43b7ca382463ab79f8277cd685e (diff)
downloadgsoc2013-empathy-951b54c1ee73aab5351badad88ccaf3964f239f4.tar
gsoc2013-empathy-951b54c1ee73aab5351badad88ccaf3964f239f4.tar.gz
gsoc2013-empathy-951b54c1ee73aab5351badad88ccaf3964f239f4.tar.bz2
gsoc2013-empathy-951b54c1ee73aab5351badad88ccaf3964f239f4.tar.lz
gsoc2013-empathy-951b54c1ee73aab5351badad88ccaf3964f239f4.tar.xz
gsoc2013-empathy-951b54c1ee73aab5351badad88ccaf3964f239f4.tar.zst
gsoc2013-empathy-951b54c1ee73aab5351badad88ccaf3964f239f4.zip
Move logging to the dispatcher on Received and Sent signals.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2586
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-rw-r--r--libempathy-gtk/empathy-chat.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index 453209ee3..34550965b 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -465,15 +465,6 @@ chat_message_received (EmpathyChat *chat, EmpathyMessage *message)
empathy_contact_get_name (sender),
empathy_contact_get_handle (sender));
- if (priv->id) {
- gboolean is_chatroom;
-
- is_chatroom = priv->handle_type == TP_HANDLE_TYPE_ROOM;
- empathy_log_manager_add_message (priv->log_manager,
- priv->id, is_chatroom,
- message);
- }
-
empathy_chat_view_append_message (chat->view, message);
/* We received a message so the contact is no longer composing */