From 431c21692c396b39764eca31c3c4f05f4507ce59 Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Thu, 9 May 2013 17:10:17 +0100 Subject: tpaw-utils: move empathy_implement_finish_* to tp-aw and rename them All the code was initially written for wocky which is under LGPL. https://bugzilla.gnome.org/show_bug.cgi?id=699492 --- libempathy/empathy-client-factory.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libempathy/empathy-client-factory.c') diff --git a/libempathy/empathy-client-factory.c b/libempathy/empathy-client-factory.c index 39760998c..e82b8620b 100644 --- a/libempathy/empathy-client-factory.c +++ b/libempathy/empathy-client-factory.c @@ -22,6 +22,8 @@ #include "config.h" #include "empathy-client-factory.h" +#include + #include "empathy-tp-chat.h" #include "empathy-utils.h" @@ -274,6 +276,6 @@ empathy_client_factory_dup_contact_by_id_finish ( GAsyncResult *result, GError **error) { - empathy_implement_finish_return_copy_pointer (self, + tpaw_implement_finish_return_copy_pointer (self, empathy_client_factory_dup_contact_by_id_async, g_object_ref); } -- cgit v1.2.3