From 0701eb2b95a938eb034a78017096af9669fb5112 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 25 Oct 2013 17:30:41 -0400 Subject: EContactsSelector: Show icons. Just a nice touch, I think. --- modules/cal-config-contacts/e-contacts-selector.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/cal-config-contacts/e-contacts-selector.c b/modules/cal-config-contacts/e-contacts-selector.c index 1386177346..1f5f48da4e 100644 --- a/modules/cal-config-contacts/e-contacts-selector.c +++ b/modules/cal-config-contacts/e-contacts-selector.c @@ -90,6 +90,8 @@ e_contacts_selector_init (EContactsSelector *selector) { e_source_selector_set_show_colors ( E_SOURCE_SELECTOR (selector), FALSE); + e_source_selector_set_show_icons ( + E_SOURCE_SELECTOR (selector), TRUE); } void -- cgit v1.2.3