[empathy] Use tpaw_uoa_manager_dup instead of empathy_uoa_manager_dup
- From: Chandni Verma <vchandni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Use tpaw_uoa_manager_dup instead of empathy_uoa_manager_dup
- Date: Wed, 11 Sep 2013 18:45:08 +0000 (UTC)
commit 994efa439ede5106f0f0f903400bcc0291f94018
Author: Chandni Verma <chandniverma2112 gmail com>
Date: Thu Sep 12 00:03:45 2013 +0530
Use tpaw_uoa_manager_dup instead of empathy_uoa_manager_dup
libempathy/empathy-uoa-auth-handler.c | 2 +-
src/empathy-sanity-cleaning.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy/empathy-uoa-auth-handler.c b/libempathy/empathy-uoa-auth-handler.c
index 5048013..ae7ad34 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
diff --git a/src/empathy-sanity-cleaning.c b/src/empathy-sanity-cleaning.c
index e43c155..a1a097d 100644
--- a/src/empathy-sanity-cleaning.c
+++ b/src/empathy-sanity-cleaning.c
@@ -536,7 +536,7 @@ migrate_accounts_to_uoa (SanityCtx *ctx)
DEBUG ("Start migrating accounts to UOA");
- manager = empathy_uoa_manager_dup ();
+ manager = tpaw_uoa_manager_dup ();
accounts = tp_account_manager_dup_valid_accounts (ctx->am);
for (l = accounts; l != NULL; l = g_list_next (l))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]