aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-individual-manager.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c
index c2c2eefae..db994327f 100644
--- a/libempathy/empathy-individual-manager.c
+++ b/libempathy/empathy-individual-manager.c
@@ -352,7 +352,8 @@ empathy_individual_manager_remove_group (EmpathyIndividualManager *manager,
/* Remove every individual from the group */
individuals = folks_individual_aggregator_get_individuals (priv->aggregator);
- g_hash_table_foreach (individuals, (GHFunc) remove_group_cb, group);
+ g_hash_table_foreach (individuals, (GHFunc) remove_group_cb,
+ (gpointer) group);
}
EmpathyIndividualManagerFlags