[empathy: 10/80] Adapt to the empathy-dispatcher removal



commit 9e762d6902eed60649df3d7462ca7cd3a7ebe43a
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Thu Jun 9 11:36:47 2011 +0100

    Adapt to the empathy-dispatcher removal

 libempathy-gtk/empathy-log-window.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index 3af0729..a5c7713 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]