From 253ba0c94e1b6515bbba4cf710e2bf6a09ffbbbe Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 23 Oct 2002 15:16:30 +0000 Subject: Set /Addressbook/select_names_uri in the configdb to the selected folder. * gui/component/select-names/e-select-names.c (folder_selected): Set /Addressbook/select_names_uri in the configdb to the selected folder. (e_select_names_init): Look for /Addressbook/select_names_uri before /DefaultFolders/contacts_uri for the initial folder. So the select names dialog now starts up using the same folder you used last time, which is useful when you have an LDAP company directory (which can't be your default contacts folder because it's read-only). svn path=/trunk/; revision=18416 --- addressbook/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 35b87c3459..3146b5f8f0 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2002-10-22 Dan Winship + + * gui/component/select-names/e-select-names.c + (folder_selected): Set /Addressbook/select_names_uri in the + configdb to the selected folder. + (e_select_names_init): Look for /Addressbook/select_names_uri + before /DefaultFolders/contacts_uri for the initial folder. So the + select names dialog now starts up using the same folder you used + last time, which is useful when you have an LDAP company directory + (which can't be your default contacts folder because it's + read-only). + 2002-10-21 Dan Winship * gui/component/addressbook-component.c (IS_CONTACT_TYPE): fix the -- cgit