aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-11-13 22:07:46 +0800
committerTravis Reitter <travis.reitter@collabora.co.uk>2011-02-02 03:50:11 +0800
commitbf9f9573d03048050d602bf822b17aeb1ab5414d (patch)
treebfc8f30973116bec12d94555817b41976f215462 /libempathy
parent6e09b2b2639253549f890702cb811c10cc0d5167 (diff)
downloadgsoc2013-empathy-bf9f9573d03048050d602bf822b17aeb1ab5414d.tar
gsoc2013-empathy-bf9f9573d03048050d602bf822b17aeb1ab5414d.tar.gz
gsoc2013-empathy-bf9f9573d03048050d602bf822b17aeb1ab5414d.tar.bz2
gsoc2013-empathy-bf9f9573d03048050d602bf822b17aeb1ab5414d.tar.lz
gsoc2013-empathy-bf9f9573d03048050d602bf822b17aeb1ab5414d.tar.xz
gsoc2013-empathy-bf9f9573d03048050d602bf822b17aeb1ab5414d.tar.zst
gsoc2013-empathy-bf9f9573d03048050d602bf822b17aeb1ab5414d.zip
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
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-individual-manager.c2
1 files changed, 1 insertions, 1 deletions
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);