diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-09-15 22:23:14 +0800 |
---|---|---|
committer | Travis Reitter <travis.reitter@collabora.co.uk> | 2011-02-02 03:50:11 +0800 |
commit | 6e09b2b2639253549f890702cb811c10cc0d5167 (patch) | |
tree | 022d3ba62519ab8a95e5b61ee07dd32e77d6357f /libempathy/empathy-utils.c | |
parent | bf97e2a3a2a557e7c68ff6e7d1eabbfdc04799e3 (diff) | |
download | gsoc2013-empathy-6e09b2b2639253549f890702cb811c10cc0d5167.tar gsoc2013-empathy-6e09b2b2639253549f890702cb811c10cc0d5167.tar.gz gsoc2013-empathy-6e09b2b2639253549f890702cb811c10cc0d5167.tar.bz2 gsoc2013-empathy-6e09b2b2639253549f890702cb811c10cc0d5167.tar.lz gsoc2013-empathy-6e09b2b2639253549f890702cb811c10cc0d5167.tar.xz gsoc2013-empathy-6e09b2b2639253549f890702cb811c10cc0d5167.tar.zst gsoc2013-empathy-6e09b2b2639253549f890702cb811c10cc0d5167.zip |
Port Empathy to use FolksAliasable and FolksGroupable
FolksAliasable is the new name for FolksAlias, and FolksGroupable
is the new name for FolksGroups.
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |