aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ui-utils.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-16 17:11:26 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-16 17:24:59 +0800
commitcb2741bee8b6808953a6afeea90114f123a47982 (patch)
treee1b0df9a14caf29e7047ec403db51d0752533895 /libempathy-gtk/empathy-ui-utils.c
parent15761dfafa40dce3e5acb2f9fecc5b808fa11e47 (diff)
downloadgsoc2013-empathy-cb2741bee8b6808953a6afeea90114f123a47982.tar
gsoc2013-empathy-cb2741bee8b6808953a6afeea90114f123a47982.tar.gz
gsoc2013-empathy-cb2741bee8b6808953a6afeea90114f123a47982.tar.bz2
gsoc2013-empathy-cb2741bee8b6808953a6afeea90114f123a47982.tar.lz
gsoc2013-empathy-cb2741bee8b6808953a6afeea90114f123a47982.tar.xz
gsoc2013-empathy-cb2741bee8b6808953a6afeea90114f123a47982.tar.zst
gsoc2013-empathy-cb2741bee8b6808953a6afeea90114f123a47982.zip
depends on folks 0.4.0
This is based on Travis's commits from master.
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.c')
-rw-r--r--libempathy-gtk/empathy-ui-utils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c
index 11a0f4776..a23b1de2a 100644
--- a/libempathy-gtk/empathy-ui-utils.c
+++ b/libempathy-gtk/empathy-ui-utils.c
@@ -232,8 +232,8 @@ empathy_icon_name_for_individual (FolksIndividual *individual)
TpConnectionPresenceType presence;
folks_presence =
- folks_presence_owner_get_presence_type (
- FOLKS_PRESENCE_OWNER (individual));
+ folks_presence_details_get_presence_type (
+ FOLKS_PRESENCE_DETAILS (individual));
presence = empathy_folks_presence_type_to_tp (folks_presence);
return empathy_icon_name_for_presence (presence);
@@ -634,7 +634,7 @@ empathy_pixbuf_avatar_from_individual_scaled_async (
empathy_pixbuf_avatar_from_individual_scaled_async);
avatar_file =
- folks_avatar_owner_get_avatar (FOLKS_AVATAR_OWNER (individual));
+ folks_avatar_details_get_avatar (FOLKS_AVATAR_DETAILS (individual));
if (avatar_file == NULL)
goto out;