[evolution] Bug #636413 - Enable "Autocomplete with this addressbook" by default



commit 17cf2bc7d553393b5a95d16b7d20c85755721e8e
Author: Milan Crha <mcrha redhat com>
Date:   Mon Jan 30 14:53:12 2012 +0100

    Bug #636413 - Enable "Autocomplete with this addressbook" by default

 modules/addressbook/addressbook-config.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/modules/addressbook/addressbook-config.c b/modules/addressbook/addressbook-config.c
index 028b750..2d6a925 100644
--- a/modules/addressbook/addressbook-config.c
+++ b/modules/addressbook/addressbook-config.c
@@ -1257,7 +1257,8 @@ addressbook_config_edit_source (GtkWidget *parent,
 		GConfClient *gconf;
 		GSList *l;
 
-		sdialog->source = e_source_new("", "");
+		sdialog->source = e_source_new ("", "");
+		e_source_set_property (sdialog->source, "completion", "true");
 		gconf = gconf_client_get_default ();
 		sdialog->source_list = e_source_list_new_for_gconf(gconf, "/apps/evolution/addressbook/sources");
 		l = e_source_list_peek_groups (sdialog->source_list);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]