From d28a3e110080adf3f31e47a2b60120d175bb387e Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 4 Sep 2002 20:40:56 +0000 Subject: Pass FALSE to evolution_storage_new: the Other Contacts storage doesn't * gui/component/addressbook-storage.c (addressbook_get_other_contact_storage): Pass FALSE to evolution_storage_new: the Other Contacts storage doesn't support shared folders. svn path=/trunk/; revision=17978 --- addressbook/gui/component/addressbook-storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/component') diff --git a/addressbook/gui/component/addressbook-storage.c b/addressbook/gui/component/addressbook-storage.c index 63f920d872..95c132cbcf 100644 --- a/addressbook/gui/component/addressbook-storage.c +++ b/addressbook/gui/component/addressbook-storage.c @@ -165,7 +165,7 @@ addressbook_get_other_contact_storage (void) EvolutionStorageResult result; if (storage == NULL) { - storage = evolution_storage_new (U_("Other Contacts"), TRUE); + storage = evolution_storage_new (U_("Other Contacts"), FALSE); gtk_signal_connect (GTK_OBJECT (storage), "remove_folder", GTK_SIGNAL_FUNC(remove_ldap_folder), NULL); -- cgit v1.2.3