From 994efa439ede5106f0f0f903400bcc0291f94018 Mon Sep 17 00:00:00 2001 From: Chandni Verma Date: Thu, 12 Sep 2013 00:03:45 +0530 Subject: Use tpaw_uoa_manager_dup instead of empathy_uoa_manager_dup --- libempathy/empathy-uoa-auth-handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-uoa-auth-handler.c') 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 -- cgit v1.2.3