[empathy] no need to export contact_list_store_get_contact_status_icon any more
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] no need to export contact_list_store_get_contact_status_icon any more
- Date: Thu, 17 Dec 2009 15:06:56 +0000 (UTC)
commit 5f00c9a99a1c1ecf9ebd08f0bda58bbfed0f052f
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Dec 17 14:55:05 2009 +0000
no need to export contact_list_store_get_contact_status_icon any more
libempathy-gtk/empathy-contact-list-store.c | 33 +++++++++++++--------------
libempathy-gtk/empathy-contact-list-store.h | 3 --
2 files changed, 16 insertions(+), 20 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-list-store.c b/libempathy-gtk/empathy-contact-list-store.c
index 4660a0b..960e9e4 100644
--- a/libempathy-gtk/empathy-contact-list-store.c
+++ b/libempathy-gtk/empathy-contact-list-store.c
@@ -1677,23 +1677,7 @@ contact_list_store_update_list_mode_foreach (GtkTreeModel *model,
return FALSE;
}
-GdkPixbuf *
-contact_list_store_get_contact_status_icon (EmpathyContactListStore *store,
- EmpathyContact *contact)
-{
- GdkPixbuf *pixbuf_status = NULL;
- const gchar *status_icon_name = NULL;
-
- status_icon_name = empathy_icon_name_for_contact (contact);
- pixbuf_status = contact_list_store_get_contact_status_icon_with_icon_name (
- store,
- contact,
- status_icon_name);
-
- return pixbuf_status;
-}
-
-GdkPixbuf *
+static GdkPixbuf *
contact_list_store_get_contact_status_icon_with_icon_name (
EmpathyContactListStore *store,
EmpathyContact *contact,
@@ -1734,3 +1718,18 @@ contact_list_store_get_contact_status_icon_with_icon_name (
return pixbuf_status;
}
+GdkPixbuf *
+contact_list_store_get_contact_status_icon (EmpathyContactListStore *store,
+ EmpathyContact *contact)
+{
+ GdkPixbuf *pixbuf_status = NULL;
+ const gchar *status_icon_name = NULL;
+
+ status_icon_name = empathy_icon_name_for_contact (contact);
+ pixbuf_status = contact_list_store_get_contact_status_icon_with_icon_name (
+ store,
+ contact,
+ status_icon_name);
+
+ return pixbuf_status;
+}
diff --git a/libempathy-gtk/empathy-contact-list-store.h b/libempathy-gtk/empathy-contact-list-store.h
index c46e9e8..afefd28 100644
--- a/libempathy-gtk/empathy-contact-list-store.h
+++ b/libempathy-gtk/empathy-contact-list-store.h
@@ -109,9 +109,6 @@ gboolean empathy_contact_list_store_search_equal_func (GtkTre
gpointer search_data);
GdkPixbuf * contact_list_store_get_contact_status_icon ( EmpathyContactListStore *store,
EmpathyContact *contact);
-GdkPixbuf * contact_list_store_get_contact_status_icon_with_icon_name (EmpathyContactListStore *store,
- EmpathyContact *contact,
- const gchar *status_icon_name);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]