]> git.0d.be Git - empathy.git/blobdiff - src/empathy-accounts-dialog.c
tpaw-utils: move empathy_connect_new_account to tp-aw and rename it
[empathy.git] / src / empathy-accounts-dialog.c
index 409a9ce38efee82690de0652fa3ebd094495daf1..bf3934502093d5d34ecb23c9706cfe19b8c444ab 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <glib/gi18n-lib.h>
 #include <tp-account-widgets/tpaw-account-widget.h>
+#include <tp-account-widgets/tpaw-utils.h>
 
 #include "empathy-accounts-common.h"
 #include "empathy-import-dialog.h"
@@ -212,7 +213,7 @@ accounts_dialog_enable_account_cb (GObject *object,
     {
       am = tp_account_manager_dup ();
 
-      empathy_connect_new_account (account, am);
+      tpaw_connect_new_account (account, am);
       g_object_unref (am);
     }
 }