]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-client-factory.c
don't pass a GError when first trying to start gnome-contacts
[empathy.git] / libempathy / empathy-client-factory.c
index 2d3691a1efe81aa39edca08cd0cdc48a1f4cb6c6..b57ea06524b00b1e2061a5dd68803464fcd1dfbd 100644 (file)
  * Authors: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
  */
 
-#include <config.h>
-
+#include "config.h"
 #include "empathy-client-factory.h"
 
+#include <tp-account-widgets/tpaw-utils.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
+
 #include "empathy-tp-chat.h"
 #include "empathy-utils.h"
 
@@ -275,6 +277,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);
 }