From bf9f9573d03048050d602bf822b17aeb1ab5414d Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sat, 13 Nov 2010 14:07:46 +0000 Subject: Stop using removed Individual convenience methods from folks They were removed from folks with commit def47dffa31a95ec6bd333f43c69822416098283. This doesn't require a dependency bump, since they're being replaced with calls to methods which exist in folks 0.3.1. See: bgo#629078. Closes: bgo#634754 --- libempathy/empathy-individual-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy') diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c index d707e17bf..7411fce2a 100644 --- a/libempathy/empathy-individual-manager.c +++ b/libempathy/empathy-individual-manager.c @@ -453,7 +453,7 @@ empathy_individual_manager_remove (EmpathyIndividualManager *self, DEBUG ("removing individual %s (%s)", folks_individual_get_id (individual), - folks_individual_get_alias (individual)); + folks_aliasable_get_alias (FOLKS_ALIASABLE (individual))); folks_individual_aggregator_remove_individual (priv->aggregator, individual, aggregator_remove_individual_cb, self); -- cgit v1.2.3