diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-10-26 05:30:41 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-10-26 05:30:41 +0800 |
commit | 0701eb2b95a938eb034a78017096af9669fb5112 (patch) | |
tree | dfa83946960d1ddfa8653d5dad78b8b0e940b6c6 | |
parent | 8c20edecf7c60643bdbf577f932ec67b226882dd (diff) | |
download | gsoc2013-evolution-0701eb2b95a938eb034a78017096af9669fb5112.tar gsoc2013-evolution-0701eb2b95a938eb034a78017096af9669fb5112.tar.gz gsoc2013-evolution-0701eb2b95a938eb034a78017096af9669fb5112.tar.bz2 gsoc2013-evolution-0701eb2b95a938eb034a78017096af9669fb5112.tar.lz gsoc2013-evolution-0701eb2b95a938eb034a78017096af9669fb5112.tar.xz gsoc2013-evolution-0701eb2b95a938eb034a78017096af9669fb5112.tar.zst gsoc2013-evolution-0701eb2b95a938eb034a78017096af9669fb5112.zip |
EContactsSelector: Show icons.
Just a nice touch, I think.
-rw-r--r-- | modules/cal-config-contacts/e-contacts-selector.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |