From abf8b17d703c071f4fe91c09bac97c09314a2dc0 Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Thu, 10 Mar 2011 22:01:09 -0800 Subject: Adjust for Folks Groupable -> GroupDetails rename Helps bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks) --- libempathy/empathy-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-utils.c') diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 922c0d84e..775a320c7 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -824,7 +824,7 @@ empathy_contact_dup_from_folks_individual (FolksIndividual *individual) TpChannelGroupChangeReason tp_channel_group_change_reason_from_folks_groups_change_reason ( - FolksGroupableChangeReason reason) + FolksGroupDetailsChangeReason reason) { return (TpChannelGroupChangeReason) reason; } -- cgit v1.2.3