aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.c
diff options
context:
space:
mode:
authorTravis Reitter <travis.reitter@collabora.co.uk>2011-03-11 14:01:09 +0800
committerTravis Reitter <travis.reitter@collabora.co.uk>2011-03-15 02:46:52 +0800
commitabf8b17d703c071f4fe91c09bac97c09314a2dc0 (patch)
tree5835eee865162e0e91b56cd4526c41ac776573f1 /libempathy/empathy-utils.c
parent07434728e84556fd321ea4a38f828035803ee76b (diff)
downloadgsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.tar
gsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.tar.gz
gsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.tar.bz2
gsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.tar.lz
gsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.tar.xz
gsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.tar.zst
gsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.zip
Adjust for Folks Groupable -> GroupDetails rename
Helps bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks)
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r--libempathy/empathy-utils.c2
1 files changed, 1 insertions, 1 deletions
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;
}