[empathy] Adjust for Folks AvatarOwner -> AvatarDetails rename
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Adjust for Folks AvatarOwner -> AvatarDetails rename
- Date: Mon, 14 Mar 2011 18:51:25 +0000 (UTC)
commit 04358054e19cdd50364afd1f51cb315b132cf1f7
Author: Travis Reitter <travis reitter collabora co uk>
Date: Thu Mar 10 21:42:20 2011 -0800
Adjust for Folks AvatarOwner -> AvatarDetails rename
Helps bgo#644470 - Empathy needs to catch up with Folks interface name change
(API/ABI breaks)
libempathy-gtk/empathy-ui-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c
index 90bafb1..1fa4adf 100644
--- a/libempathy-gtk/empathy-ui-utils.c
+++ b/libempathy-gtk/empathy-ui-utils.c
@@ -633,7 +633,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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]