diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2011-02-06 20:14:28 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2011-02-18 07:46:07 +0800 |
commit | d008f215bc41f4e69ff01879047ec946a4370148 (patch) | |
tree | 3cff55747073d4cae197c3db785ae9c69182779f /libempathy/empathy-utils.c | |
parent | 8e789be3d95d5e232bbde41094f5e0e426109132 (diff) | |
download | gsoc2013-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.c | 2 |
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) { |