diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-sanity-cleaning.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-sanity-cleaning.c b/src/empathy-sanity-cleaning.c index e43c1554a..a1a097db4 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)) |