GNOME Bugzilla – Bug 657746
Port to the new IndividualAggregator::individuals-changed-detailed signal
Last modified: 2011-09-12 21:19:52 UTC
See bug #657282. Patch coming. This should basically not affect Empathy at all, apart from meaning it doesn't use deprecated folks API (IndividualAggregator::individuals-changed is being deprecated, but not removed).
Created attachment 195237 [details] [review] Port EmpathyIndividualManager to the new IndividualAggregator::individuals-changed-detailed signal Empathy's folks dependency will need to be bumped to 0.6.2 (or whichever version the new signal gets released in) when this is committed.
Review of attachment 195237 [details] [review]: ++ Feel free to commit once the folks bits have been released and Empathy and jhbuild depends of the right version.
I've just pushed this to folks, so the Empathy patch can be pushed as soon as folks 0.6.2 is released (which should be in the next few days).
(In reply to comment #3) > I've just pushed this to folks, so the Empathy patch can be pushed as soon as > folks 0.6.2 is released (which should be in the next few days). This release (and a bug-fix release, 0.6.2.1) are out, so it should be safe to merge this patch.
Go for it (don't forget to update configure.ac)
Comment on attachment 195237 [details] [review] Port EmpathyIndividualManager to the new IndividualAggregator::individuals-changed-detailed signal Merged, with the folks dependency bumped to 0.6.2. commit dafc0ff233c2d02c607bb6ee67e714ba698319fc Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 29 20:43:22 2011 +0100 individual-manager: Port to the new individuals_changed_detailed signal Closes: bgo#657746 configure.ac | 2 +- libempathy/empathy-individual-manager.c | 35 +++++++++++++++++++++++-------- 2 files changed, 27 insertions(+), 10 deletions(-)