diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2010-11-13 22:07:46 +0800 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2010-11-13 22:31:09 +0800 |
commit | ff49ee828e63dd35b5c4faf3a0ccd962c7cd63a8 (patch) | |
tree | 56f2447db1433c54917c68eddb56501e55a8a062 /libempathy/empathy-individual-manager.c | |
parent | 2b1e108d1d4f19249c3fe666503e86df0da720dd (diff) | |
download | gsoc2013-empathy-ff49ee828e63dd35b5c4faf3a0ccd962c7cd63a8.tar gsoc2013-empathy-ff49ee828e63dd35b5c4faf3a0ccd962c7cd63a8.tar.gz gsoc2013-empathy-ff49ee828e63dd35b5c4faf3a0ccd962c7cd63a8.tar.bz2 gsoc2013-empathy-ff49ee828e63dd35b5c4faf3a0ccd962c7cd63a8.tar.lz gsoc2013-empathy-ff49ee828e63dd35b5c4faf3a0ccd962c7cd63a8.tar.xz gsoc2013-empathy-ff49ee828e63dd35b5c4faf3a0ccd962c7cd63a8.tar.zst gsoc2013-empathy-ff49ee828e63dd35b5c4faf3a0ccd962c7cd63a8.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/empathy-individual-manager.c')
-rw-r--r-- | libempathy/empathy-individual-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c index 07295c8bd..82884e4d1 100644 --- a/libempathy/empathy-individual-manager.c +++ b/libempathy/empathy-individual-manager.c @@ -448,7 +448,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); |