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-individual-manager.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libempathy/empathy-individual-manager.c') diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c index 044a881a8..861cfa123 100644 --- a/libempathy/empathy-individual-manager.c +++ b/libempathy/empathy-individual-manager.c @@ -573,10 +573,10 @@ groups_change_group_cb (GObject *source, GAsyncResult *result, gpointer user_data) { - FolksGroupable *groupable = FOLKS_GROUPABLE (source); + FolksGroupDetails *group_details = FOLKS_GROUP_DETAILS (source); GError *error = NULL; - folks_groupable_change_group_finish (groupable, result, &error); + folks_group_details_change_group_finish (group_details, result, &error); if (error != NULL) { g_warning ("failed to change group: %s", error->message); @@ -589,8 +589,8 @@ remove_group_cb (const gchar *id, FolksIndividual *individual, const gchar *group) { - folks_groupable_change_group (FOLKS_GROUPABLE (individual), group, FALSE, - groups_change_group_cb, NULL); + folks_group_details_change_group (FOLKS_GROUP_DETAILS (individual), group, + FALSE, groups_change_group_cb, NULL); } void -- cgit v1.2.3