aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-persona-store.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-12-13 02:51:07 +0800
committerTravis Reitter <travis.reitter@collabora.co.uk>2011-02-02 04:28:50 +0800
commit1450f98d3cde8ff3dc162eb01de670b2d314138e (patch)
tree3ddb695b18865b0d0fb916fea5a96d7980a5541a /libempathy-gtk/empathy-persona-store.c
parentbf9f9573d03048050d602bf822b17aeb1ab5414d (diff)
downloadgsoc2013-empathy-1450f98d3cde8ff3dc162eb01de670b2d314138e.tar
gsoc2013-empathy-1450f98d3cde8ff3dc162eb01de670b2d314138e.tar.gz
gsoc2013-empathy-1450f98d3cde8ff3dc162eb01de670b2d314138e.tar.bz2
gsoc2013-empathy-1450f98d3cde8ff3dc162eb01de670b2d314138e.tar.lz
gsoc2013-empathy-1450f98d3cde8ff3dc162eb01de670b2d314138e.tar.xz
gsoc2013-empathy-1450f98d3cde8ff3dc162eb01de670b2d314138e.tar.zst
gsoc2013-empathy-1450f98d3cde8ff3dc162eb01de670b2d314138e.zip
Bug 637097 — Port to latest folks API changes
Catch up with three interface renamings which have happened in folks master. This bumps Empathy's folks dependency to 0.3.3. Closes: bgo#637097
Diffstat (limited to 'libempathy-gtk/empathy-persona-store.c')
-rw-r--r--libempathy-gtk/empathy-persona-store.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-persona-store.c b/libempathy-gtk/empathy-persona-store.c
index fbeeb6991..a09a3e4c1 100644
--- a/libempathy-gtk/empathy-persona-store.c
+++ b/libempathy-gtk/empathy-persona-store.c
@@ -484,9 +484,11 @@ update_persona (EmpathyPersonaStore *self,
EMPATHY_PERSONA_STORE_COL_DISPLAY_ID,
folks_persona_get_display_id (persona),
EMPATHY_PERSONA_STORE_COL_PRESENCE_TYPE,
- folks_presence_get_presence_type (FOLKS_PRESENCE (persona)),
+ folks_has_presence_get_presence_type (
+ FOLKS_HAS_PRESENCE (persona)),
EMPATHY_PERSONA_STORE_COL_STATUS,
- folks_presence_get_presence_message (FOLKS_PRESENCE (persona)),
+ folks_has_presence_get_presence_message (
+ FOLKS_HAS_PRESENCE (persona)),
EMPATHY_PERSONA_STORE_COL_IS_ONLINE, now_online,
EMPATHY_PERSONA_STORE_COL_CAN_AUDIO_CALL,
empathy_contact_get_capabilities (contact) &