[empathy] folks favorite API has changed
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] folks favorite API has changed
- Date: Thu, 17 Feb 2011 13:47:16 +0000 (UTC)
commit de93890f23fa987bcd5d78b6833dedbee7537eb8
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 694248c..fe236b3 100644
--- a/libempathy-gtk/empathy-individual-view.c
+++ b/libempathy-gtk/empathy-individual-view.c
@@ -1691,8 +1691,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]