aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-store.c
diff options
context:
space:
mode:
authorTravis Reitter <travis.reitter@collabora.co.uk>2011-03-11 13:46:49 +0800
committerTravis Reitter <travis.reitter@collabora.co.uk>2011-03-15 02:46:52 +0800
commit07434728e84556fd321ea4a38f828035803ee76b (patch)
treea651288af35cb793be520ea7fa2687efdcca830e /libempathy-gtk/empathy-individual-store.c
parent04358054e19cdd50364afd1f51cb315b132cf1f7 (diff)
downloadgsoc2013-empathy-07434728e84556fd321ea4a38f828035803ee76b.tar
gsoc2013-empathy-07434728e84556fd321ea4a38f828035803ee76b.tar.gz
gsoc2013-empathy-07434728e84556fd321ea4a38f828035803ee76b.tar.bz2
gsoc2013-empathy-07434728e84556fd321ea4a38f828035803ee76b.tar.lz
gsoc2013-empathy-07434728e84556fd321ea4a38f828035803ee76b.tar.xz
gsoc2013-empathy-07434728e84556fd321ea4a38f828035803ee76b.tar.zst
gsoc2013-empathy-07434728e84556fd321ea4a38f828035803ee76b.zip
Adjust for Folks Favouritable -> FavouriteDetails rename
Helps bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks)
Diffstat (limited to 'libempathy-gtk/empathy-individual-store.c')
-rw-r--r--libempathy-gtk/empathy-individual-store.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-individual-store.c b/libempathy-gtk/empathy-individual-store.c
index 4fa259c3e..244e18395 100644
--- a/libempathy-gtk/empathy-individual-store.c
+++ b/libempathy-gtk/empathy-individual-store.c
@@ -479,7 +479,8 @@ individual_store_add_individual (EmpathyIndividualStore *self,
g_list_free (groups);
if (priv->show_groups &&
- folks_favouritable_get_is_favourite (FOLKS_FAVOURITABLE (individual)))
+ folks_favourite_details_get_is_favourite (
+ FOLKS_FAVOURITE_DETAILS (individual)))
{
/* Add contact to the fake 'Favorites' group */
GtkTreeIter iter_group;