summaryrefslogtreecommitdiff
path: root/libempathy/empathy-uoa-auth-handler.c
diff options
context:
space:
mode:
authorTim Lunn <tim@feathertop.org>2013-09-03 11:39:46 +1000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-03 14:18:25 +0200
commit00fe6300fe015f7ac6caaedf297103d20f038165 (patch)
tree5da27ee3ed50239c50425b6d7c8030ca9382d778 /libempathy/empathy-uoa-auth-handler.c
parent32529f49e3935b5f4fd747fcfe2d62322f86ec52 (diff)
downloadempathy-00fe6300fe015f7ac6caaedf297103d20f038165.tar.gz
UOA: Fix build failure
This was a regression caused by c689cd6a91cb2a31ce0d03f47e59ca4e3f368e9c https://bugzilla.gnome.org/show_bug.cgi?id=707338
Diffstat (limited to 'libempathy/empathy-uoa-auth-handler.c')
-rw-r--r--libempathy/empathy-uoa-auth-handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-uoa-auth-handler.c b/libempathy/empathy-uoa-auth-handler.c
index d5a6577c2..5048013e1 100644
--- a/libempathy/empathy-uoa-auth-handler.c
+++ b/libempathy/empathy-uoa-auth-handler.c
@@ -340,7 +340,7 @@ empathy_uoa_auth_handler_start (EmpathyUoaAuthHandler *self,
account = ag_manager_get_account (self->priv->manager, id);
if (account != NULL)
- 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)
{
DEBUG ("Couldn't find IM service for AgAccountId %u", id);