aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2011-02-06 20:14:28 +0800
committerPhilip Withnall <philip.withnall@collabora.co.uk>2011-02-18 07:46:07 +0800
commitd008f215bc41f4e69ff01879047ec946a4370148 (patch)
tree3cff55747073d4cae197c3db785ae9c69182779f /libempathy/empathy-utils.c
parent8e789be3d95d5e232bbde41094f5e0e426109132 (diff)
downloadgsoc2013-empathy-d008f215bc41f4e69ff01879047ec946a4370148.tar
gsoc2013-empathy-d008f215bc41f4e69ff01879047ec946a4370148.tar.gz
gsoc2013-empathy-d008f215bc41f4e69ff01879047ec946a4370148.tar.bz2
gsoc2013-empathy-d008f215bc41f4e69ff01879047ec946a4370148.tar.lz
gsoc2013-empathy-d008f215bc41f4e69ff01879047ec946a4370148.tar.xz
gsoc2013-empathy-d008f215bc41f4e69ff01879047ec946a4370148.tar.zst
gsoc2013-empathy-d008f215bc41f4e69ff01879047ec946a4370148.zip
Bug 641662 — Update for libfolks API changes to IndividualAggregator
Update EmpathyIndividualManager re. changes to IndividualAggregator.add_persona_from_details, BackendStore.enabled_backends and BackendStore.get_backend_by_name in libfolks. Closes: bgo#641662
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)
{