aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-individual-manager.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-12-13 02:51:07 +0800
committerPhilip Withnall <philip.withnall@collabora.co.uk>2010-12-14 00:58:50 +0800
commitc6371ec63c928c848cbb5474cb005af5cc414230 (patch)
tree7c1f174c6e11a64bbe30a77fa7226e7aef36f133 /libempathy/empathy-individual-manager.c
parent92ab34517a94d36ced95514e4fdbde17b2e6004f (diff)
downloadgsoc2013-empathy-c6371ec63c928c848cbb5474cb005af5cc414230.tar
gsoc2013-empathy-c6371ec63c928c848cbb5474cb005af5cc414230.tar.gz
gsoc2013-empathy-c6371ec63c928c848cbb5474cb005af5cc414230.tar.bz2
gsoc2013-empathy-c6371ec63c928c848cbb5474cb005af5cc414230.tar.lz
gsoc2013-empathy-c6371ec63c928c848cbb5474cb005af5cc414230.tar.xz
gsoc2013-empathy-c6371ec63c928c848cbb5474cb005af5cc414230.tar.zst
gsoc2013-empathy-c6371ec63c928c848cbb5474cb005af5cc414230.zip
Bug 637097 — Port to latest folks API changes
Catch up with three interface renamings which have happened in folks master. This bumps Empathy's folks dependency to 0.3.3. Closes: bgo#637097
Diffstat (limited to 'libempathy/empathy-individual-manager.c')
-rw-r--r--libempathy/empathy-individual-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c
index 82884e4d1..29470b87e 100644
--- a/libempathy/empathy-individual-manager.c
+++ b/libempathy/empathy-individual-manager.c
@@ -82,8 +82,8 @@ individual_notify_is_favourite_cb (FolksIndividual *individual,
GParamSpec *pspec,
EmpathyIndividualManager *self)
{
- gboolean is_favourite = folks_favourite_get_is_favourite (
- FOLKS_FAVOURITE (individual));
+ gboolean is_favourite = folks_favouritable_get_is_favourite (
+ FOLKS_FAVOURITABLE (individual));
g_signal_emit (self, signals[FAVOURITES_CHANGED], 0, individual,
is_favourite);
}