summaryrefslogtreecommitdiff
path: root/libempathy/empathy-uoa-auth-handler.c
diff options
context:
space:
mode:
authorChandni Verma <chandniverma2112@gmail.com>2013-09-12 00:03:45 +0530
committerChandni Verma <chandniverma2112@gmail.com>2013-09-12 00:14:35 +0530
commit994efa439ede5106f0f0f903400bcc0291f94018 (patch)
tree1d1315d73cc2f7ad89006d72e0fd256f1c60ac56 /libempathy/empathy-uoa-auth-handler.c
parent3f134034c3024e9d07da80f8b1866ae4bb52c1cc (diff)
downloadempathy-994efa439ede5106f0f0f903400bcc0291f94018.tar.gz
Use tpaw_uoa_manager_dup instead of empathy_uoa_manager_dup
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 5048013e1..ae7ad3481 100644
--- a/libempathy/empathy-uoa-auth-handler.c
+++ b/libempathy/empathy-uoa-auth-handler.c
@@ -52,7 +52,7 @@ empathy_uoa_auth_handler_init (EmpathyUoaAuthHandler *self)
self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self,
EMPATHY_TYPE_UOA_AUTH_HANDLER, EmpathyUoaAuthHandlerPriv);
- self->priv->manager = empathy_uoa_manager_dup ();
+ self->priv->manager = tpaw_uoa_manager_dup ();
}
static void