]> git.0d.be Git - empathy.git/commitdiff
Show avatars by default.
authorXavier Claessens <xclaesse@gmail.com>
Sat, 14 Jul 2007 06:44:17 +0000 (06:44 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Sat, 14 Jul 2007 06:44:17 +0000 (06:44 +0000)
2007-07-14 Xavier Claessens  <xclaesse@gmail.com>

* libempathy-gtk/empathy-contact-list-store.c: Show avatars by default.

svn path=/trunk/; revision=188

ChangeLog
libempathy-gtk/empathy-contact-list-store.c

index bae7c39083dd6c1ad71ca09415d9101dde5db685..d6ccd5690f329f925adb5b448ae442bad7d1ec0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 44ea44830451b9dd288e9b923112608fbf855644..3b4892e3c1e20c8bef3e2d6514f2e44670ec3d65 100644 (file)
@@ -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);