[empathy/gnome-2-34] folks favorite API has changed
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy/gnome-2-34] folks favorite API has changed
- Date: Thu, 17 Feb 2011 13:47:28 +0000 (UTC)
commit e42a54e9e1bfe9a16ad319dc182b3e55caf69f90
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Feb 17 14:47:05 2011 +0100
folks favorite API has changed
libempathy-gtk/empathy-individual-view.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-individual-view.c b/libempathy-gtk/empathy-individual-view.c
index 0f150ca..eb2bb40 100644
--- a/libempathy-gtk/empathy-individual-view.c
+++ b/libempathy-gtk/empathy-individual-view.c
@@ -1624,8 +1624,8 @@ individual_view_is_visible_individual (EmpathyIndividualView *self,
return FALSE;
}
- is_favorite = folks_favourite_get_is_favourite (
- FOLKS_FAVOURITE (individual));
+ is_favorite = folks_favouritable_get_is_favourite (
+ FOLKS_FAVOURITABLE (individual));
if (is_searching == FALSE)
return (priv->show_offline || is_online || is_favorite);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]