[evolution] Hide icons in an autocomplete selector
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Hide icons in an autocomplete selector
- Date: Mon, 20 Oct 2014 16:31:47 +0000 (UTC)
commit 5b5c28c1586fcdb3c94e31455d8f463fdd65eac0
Author: Milan Crha <mcrha redhat com>
Date: Mon Oct 20 18:30:47 2014 +0200
Hide icons in an autocomplete selector
This is used in Edit->Preferences->Contacts and it doesn't look right
to show a 'book' icon beside each configured address book there.
e-util/e-autocomplete-selector.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-autocomplete-selector.c b/e-util/e-autocomplete-selector.c
index df22c81..95e2aeb 100644
--- a/e-util/e-autocomplete-selector.c
+++ b/e-util/e-autocomplete-selector.c
@@ -97,5 +97,7 @@ e_autocomplete_selector_new (ESourceRegistry *registry)
return g_object_new (
E_TYPE_AUTOCOMPLETE_SELECTOR,
"extension-name", E_SOURCE_EXTENSION_ADDRESS_BOOK,
- "registry", registry, NULL);
+ "registry", registry,
+ "show-icons", FALSE,
+ NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]