From 2e19a47b4c79dc3aa46829699b43f15ddb42e422 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 14 Jul 2007 06:44:17 +0000 Subject: Show avatars by default. 2007-07-14 Xavier Claessens * libempathy-gtk/empathy-contact-list-store.c: Show avatars by default. svn path=/trunk/; revision=188 --- ChangeLog | 4 ++++ libempathy-gtk/empathy-contact-list-store.c | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index bae7c3908..d6ccd5690 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-07-14 Xavier Claessens + + * libempathy-gtk/empathy-contact-list-store.c: Show avatars by default. + 2007-07-13 Xavier Claessens * libempathy-gtk/empathy-status-icon.c: If there is no pending msg diff --git a/libempathy-gtk/empathy-contact-list-store.c b/libempathy-gtk/empathy-contact-list-store.c index 44ea44830..3b4892e3c 100644 --- a/libempathy-gtk/empathy-contact-list-store.c +++ b/libempathy-gtk/empathy-contact-list-store.c @@ -233,6 +233,7 @@ empathy_contact_list_store_init (EmpathyContactListStore *store) priv = GET_PRIV (store); + priv->show_avatars = TRUE; priv->inhibit_active = g_timeout_add (ACTIVE_USER_WAIT_TO_ENABLE_TIME, (GSourceFunc) contact_list_store_inibit_active_cb, store); -- cgit v1.2.3