aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-07 21:02:52 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-17 16:53:48 +0800
commit23d90f884b28cabd3b9b986998c118314a9238f9 (patch)
tree0d8be2485fd833194b2543979a0afbf086a038b5 /tests
parenta7422e3aa529737591539a1e01889646c99e924b (diff)
downloadgsoc2013-empathy-23d90f884b28cabd3b9b986998c118314a9238f9.tar
gsoc2013-empathy-23d90f884b28cabd3b9b986998c118314a9238f9.tar.gz
gsoc2013-empathy-23d90f884b28cabd3b9b986998c118314a9238f9.tar.bz2
gsoc2013-empathy-23d90f884b28cabd3b9b986998c118314a9238f9.tar.lz
gsoc2013-empathy-23d90f884b28cabd3b9b986998c118314a9238f9.tar.xz
gsoc2013-empathy-23d90f884b28cabd3b9b986998c118314a9238f9.tar.zst
gsoc2013-empathy-23d90f884b28cabd3b9b986998c118314a9238f9.zip
rename empathy-dispatcher to empathy-request-util
We don't have EmpathyDispatcher any more so this file just contains some utility functions now.
Diffstat (limited to 'tests')
-rw-r--r--tests/interactive/empetit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/interactive/empetit.c b/tests/interactive/empetit.c
index 3ed5998ac..f3957dbf9 100644
--- a/tests/interactive/empetit.c
+++ b/tests/interactive/empetit.c
@@ -3,7 +3,7 @@
#include <gtk/gtk.h>
#include <libempathy/empathy-contact-manager.h>
-#include <libempathy/empathy-dispatcher.h>
+#include <libempathy/empathy-request-util.h>
#include <libempathy-gtk/empathy-ui-utils.h>
#include <libempathy-gtk/empathy-contact-list-store.h>
@@ -23,7 +23,7 @@ clicked_cb (GtkButton *button,
if (!contact)
return;
- empathy_dispatcher_chat_with_contact (contact, gtk_get_current_event_time ());
+ empathy_chat_with_contact (contact, gtk_get_current_event_time ());
g_object_unref (contact);
}