aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-store.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-12-13 02:51:07 +0800
committerTravis Reitter <travis.reitter@collabora.co.uk>2011-02-02 04:28:50 +0800
commit1450f98d3cde8ff3dc162eb01de670b2d314138e (patch)
tree3ddb695b18865b0d0fb916fea5a96d7980a5541a /libempathy-gtk/empathy-individual-store.c
parentbf9f9573d03048050d602bf822b17aeb1ab5414d (diff)
downloadgsoc2013-empathy-1450f98d3cde8ff3dc162eb01de670b2d314138e.tar
gsoc2013-empathy-1450f98d3cde8ff3dc162eb01de670b2d314138e.tar.gz
gsoc2013-empathy-1450f98d3cde8ff3dc162eb01de670b2d314138e.tar.bz2
gsoc2013-empathy-1450f98d3cde8ff3dc162eb01de670b2d314138e.tar.lz
gsoc2013-empathy-1450f98d3cde8ff3dc162eb01de670b2d314138e.tar.xz
gsoc2013-empathy-1450f98d3cde8ff3dc162eb01de670b2d314138e.tar.zst
gsoc2013-empathy-1450f98d3cde8ff3dc162eb01de670b2d314138e.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-gtk/empathy-individual-store.c')
-rw-r--r--libempathy-gtk/empathy-individual-store.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-individual-store.c b/libempathy-gtk/empathy-individual-store.c
index 9d8569c63..6ab52e86a 100644
--- a/libempathy-gtk/empathy-individual-store.c
+++ b/libempathy-gtk/empathy-individual-store.c
@@ -445,7 +445,7 @@ individual_store_add_individual (EmpathyIndividualStore *self,
g_list_free (groups);
if (priv->show_groups &&
- folks_favourite_get_is_favourite (FOLKS_FAVOURITE (individual)))
+ folks_favouritable_get_is_favourite (FOLKS_FAVOURITABLE (individual)))
{
/* Add contact to the fake 'Favorites' group */
GtkTreeIter iter_group;
@@ -673,7 +673,7 @@ individual_store_contact_update (EmpathyIndividualStore *self,
}
/* Get online state now. */
- now_online = folks_individual_is_online (individual);
+ now_online = folks_has_presence_is_online (FOLKS_HAS_PRESENCE (individual));
if (!in_list)
{