]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contact-list-view.c
rename empathy-dispatcher to empathy-request-util
[empathy.git] / libempathy-gtk / empathy-contact-list-view.c
index 9377fdb561f2a8ce96de134a51ee7caa56e7bee0..608611a027f4417ea355b9a39245826f20134126 100644 (file)
@@ -37,7 +37,7 @@
 #include <libempathy/empathy-tp-contact-factory.h>
 #include <libempathy/empathy-contact-list.h>
 #include <libempathy/empathy-contact-groups.h>
-#include <libempathy/empathy-dispatcher.h>
+#include <libempathy/empathy-request-util.h>
 #include <libempathy/empathy-utils.h>
 
 #include "empathy-contact-list-view.h"
@@ -906,7 +906,7 @@ contact_list_view_row_activated (GtkTreeView       *view,
 
        if (contact) {
                DEBUG ("Starting a chat");
-               empathy_dispatcher_chat_with_contact (contact,
+               empathy_chat_with_contact (contact,
                        gtk_get_current_event_time ());
                g_object_unref (contact);
        }