From 6e09b2b2639253549f890702cb811c10cc0d5167 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 15 Sep 2010 15:23:14 +0100 Subject: Port Empathy to use FolksAliasable and FolksGroupable FolksAliasable is the new name for FolksAlias, and FolksGroupable is the new name for FolksGroups. --- 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 85953f8f9..6f9e2564a 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -739,7 +739,7 @@ empathy_contact_dup_from_folks_individual (FolksIndividual *individual) TpChannelGroupChangeReason tp_channel_group_change_reason_from_folks_groups_change_reason ( - FolksGroupsChangeReason reason) + FolksGroupableChangeReason reason) { return (TpChannelGroupChangeReason) reason; } -- cgit v1.2.3