From 23d90f884b28cabd3b9b986998c118314a9238f9 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 7 Mar 2011 14:02:52 +0100 Subject: rename empathy-dispatcher to empathy-request-util We don't have EmpathyDispatcher any more so this file just contains some utility functions now. --- libempathy-gtk/empathy-new-message-dialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy-gtk/empathy-new-message-dialog.c') diff --git a/libempathy-gtk/empathy-new-message-dialog.c b/libempathy-gtk/empathy-new-message-dialog.c index 4747dfbb9..b9edb93e7 100644 --- a/libempathy-gtk/empathy-new-message-dialog.c +++ b/libempathy-gtk/empathy-new-message-dialog.c @@ -30,7 +30,7 @@ #include #include -#include +#include #include #define DEBUG_FLAG EMPATHY_DEBUG_CONTACT @@ -75,7 +75,7 @@ empathy_new_message_dialog_response (GtkDialog *dialog, int response_id) if (EMP_STR_EMPTY (contact_id) || account == NULL) goto out; - empathy_dispatcher_chat_with_contact_id (account, contact_id, + empathy_chat_with_contact_id (account, contact_id, gtk_get_current_event_time ()); out: -- cgit v1.2.3