diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | libempathy-gtk/empathy-contact-list-store.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2007-07-14 Xavier Claessens <xclaesse@gmail.com> + + * libempathy-gtk/empathy-contact-list-store.c: Show avatars by default. + 2007-07-13 Xavier Claessens <xclaesse@gmail.com> * 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); |