aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-06-09 18:36:47 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-06-09 19:34:54 +0800
commit9e762d6902eed60649df3d7462ca7cd3a7ebe43a (patch)
treeb2041480951e055a361ee774dd0c9e9444062f59
parent346d5c25eae1e9bab5ab36cd66885d6bfbe0d262 (diff)
downloadgsoc2013-empathy-9e762d6902eed60649df3d7462ca7cd3a7ebe43a.tar
gsoc2013-empathy-9e762d6902eed60649df3d7462ca7cd3a7ebe43a.tar.gz
gsoc2013-empathy-9e762d6902eed60649df3d7462ca7cd3a7ebe43a.tar.bz2
gsoc2013-empathy-9e762d6902eed60649df3d7462ca7cd3a7ebe43a.tar.lz
gsoc2013-empathy-9e762d6902eed60649df3d7462ca7cd3a7ebe43a.tar.xz
gsoc2013-empathy-9e762d6902eed60649df3d7462ca7cd3a7ebe43a.tar.zst
gsoc2013-empathy-9e762d6902eed60649df3d7462ca7cd3a7ebe43a.zip
Adapt to the empathy-dispatcher removal
-rw-r--r--libempathy-gtk/empathy-log-window.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index 3af0729a4..a5c7713db 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -42,6 +42,7 @@
#include <libempathy/empathy-chatroom-manager.h>
#include <libempathy/empathy-chatroom.h>
#include <libempathy/empathy-message.h>
+#include <libempathy/empathy-request-util.h>
#include <libempathy/empathy-utils.h>
#include <libempathy/empathy-time.h>
@@ -316,7 +317,7 @@ toolbutton_chat_clicked (GtkToolButton *toolbutton,
g_return_if_fail (type == COL_TYPE_NORMAL);
contact = empathy_contact_from_tpl_contact (account, target);
- empathy_dispatcher_chat_with_contact (contact,
+ empathy_chat_with_contact (contact,
gtk_get_current_event_time ());
g_object_unref (contact);