aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r--libempathy/empathy-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index b23071a29..7ab59814f 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -837,7 +837,7 @@ empathy_get_persona_store_for_connection (TpConnection *connection)
TpfPersonaStore *result = NULL;
backend_store = folks_backend_store_dup ();
- backend = folks_backend_store_get_backend_by_name (backend_store,
+ backend = folks_backend_store_dup_backend_by_name (backend_store,
"telepathy");
if (backend != NULL)
{