summaryrefslogtreecommitdiff
path: root/tp-account-widgets/tpaw-keyring.c
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-07-26 10:44:30 +0100
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 11:03:05 +0100
commitc689cd6a91cb2a31ce0d03f47e59ca4e3f368e9c (patch)
tree8d73e187743964fce43daeee6b3483abd88ab392 /tp-account-widgets/tpaw-keyring.c
parent2d72679026f5f39eeffa10e474bcf151ca2002db (diff)
downloadtelepathy-account-widgets-c689cd6a91cb2a31ce0d03f47e59ca4e3f368e9c.tar.gz
uoa-utils: move from Empathy to tp-aw
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'tp-account-widgets/tpaw-keyring.c')
-rw-r--r--tp-account-widgets/tpaw-keyring.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tp-account-widgets/tpaw-keyring.c b/tp-account-widgets/tpaw-keyring.c
index 827f2ca6..94bbd93e 100644
--- a/tp-account-widgets/tpaw-keyring.c
+++ b/tp-account-widgets/tpaw-keyring.c
@@ -29,7 +29,7 @@
#include <libaccounts-glib/ag-manager.h>
#include <libaccounts-glib/ag-service.h>
#include <libsignon-glib/signon-identity.h>
-#include "empathy-uoa-utils.h"
+#include "tpaw-uoa-utils.h"
#endif
#include "empathy-utils.h"
@@ -114,11 +114,11 @@ uoa_password_common (TpAccount *tp_account,
goto error;
}
- manager = empathy_uoa_manager_dup ();
+ manager = tpaw_uoa_manager_dup ();
account = ag_manager_get_account (manager, account_id);
/* Assuming there is only one IM service */
- l = ag_account_list_services_by_type (account, EMPATHY_UOA_SERVICE_TYPE);
+ l = ag_account_list_services_by_type (account, TPAW_UOA_SERVICE_TYPE);
if (l == NULL)
{
g_simple_async_result_set_error (result,