aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-06 21:02:09 +0800
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 18:03:05 +0800
commit88819ece017f0693803f33bb560e4d01140174c1 (patch)
treeeff64c70d25e3a59d13d74ecbb1099e6b6860890 /libempathy-gtk
parentdc5ad68355fa55261f24098d9be184a2c6f6f459 (diff)
downloadgsoc2013-empathy-88819ece017f0693803f33bb560e4d01140174c1.tar
gsoc2013-empathy-88819ece017f0693803f33bb560e4d01140174c1.tar.gz
gsoc2013-empathy-88819ece017f0693803f33bb560e4d01140174c1.tar.bz2
gsoc2013-empathy-88819ece017f0693803f33bb560e4d01140174c1.tar.lz
gsoc2013-empathy-88819ece017f0693803f33bb560e4d01140174c1.tar.xz
gsoc2013-empathy-88819ece017f0693803f33bb560e4d01140174c1.tar.zst
gsoc2013-empathy-88819ece017f0693803f33bb560e4d01140174c1.zip
tpaw-utils: move empathy_connect_new_account to tp-aw and rename it
This commit also changes the licence of the moved code (all copyrighted by Collabora Ltd.) from GPL to LGPL. https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-local-xmpp-assistant-widget.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-local-xmpp-assistant-widget.c b/libempathy-gtk/empathy-local-xmpp-assistant-widget.c
index 04275282a..971ad5e96 100644
--- a/libempathy-gtk/empathy-local-xmpp-assistant-widget.c
+++ b/libempathy-gtk/empathy-local-xmpp-assistant-widget.c
@@ -23,6 +23,7 @@
#include <glib/gi18n-lib.h>
#include <tp-account-widgets/tpaw-account-widget.h>
+#include <tp-account-widgets/tpaw-utils.h>
#include "empathy-ui-utils.h"
#include "empathy-utils.h"
@@ -181,7 +182,7 @@ account_enabled_cb (GObject *source,
account_mgr = tp_account_manager_dup ();
- empathy_connect_new_account (account, account_mgr);
+ tpaw_connect_new_account (account, account_mgr);
g_object_unref (account_mgr);
}