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 --- libempathy-gtk/empathy-contact-list-store.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libempathy-gtk') 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