diff options
author | Dan Winship <danw@src.gnome.org> | 2002-09-26 05:40:49 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-09-26 05:40:49 +0800 |
commit | 521b129893815d023cef2828c5a44dad6a75b731 (patch) | |
tree | cfbad0c9ffba649189f10a24a55ac03849f1b365 /addressbook/ChangeLog | |
parent | 82f2740249a309e51d19a7e5d539f41b74fa6a36 (diff) | |
download | gsoc2013-evolution-521b129893815d023cef2828c5a44dad6a75b731.tar gsoc2013-evolution-521b129893815d023cef2828c5a44dad6a75b731.tar.gz gsoc2013-evolution-521b129893815d023cef2828c5a44dad6a75b731.tar.bz2 gsoc2013-evolution-521b129893815d023cef2828c5a44dad6a75b731.tar.lz gsoc2013-evolution-521b129893815d023cef2828c5a44dad6a75b731.tar.xz gsoc2013-evolution-521b129893815d023cef2828c5a44dad6a75b731.tar.zst gsoc2013-evolution-521b129893815d023cef2828c5a44dad6a75b731.zip |
Rename "ldap-contacts" to "contacts/ldap" and add "contacts/public".
* gui/component/addressbook-component.c (folder_types): Rename
"ldap-contacts" to "contacts/ldap" and add "contacts/public".
(IS_CONTACT_TYPE): update for new types.
* gui/component/select-names/e-select-names.c
(e_select_names_init): Use "contacts/*" for selector_types.
* gui/widgets/e-addressbook-util.c (e_addressbook_transfer_cards):
Likewise.
* gui/component/GNOME_Evolution_Addressbook.oaf.in: add
"evolution:config_item:type" = "contacts/ldap" to the LDAP sources
control so it comes up by default when you open Preferences in an
LDAP folder.
svn path=/trunk/; revision=18221
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 5e63a1842e..25c93710d9 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,20 @@ +2002-09-25 Dan Winship <danw@ximian.com> + + * gui/component/addressbook-component.c (folder_types): Rename + "ldap-contacts" to "contacts/ldap" and add "contacts/public". + (IS_CONTACT_TYPE): update for new types. + + * gui/component/select-names/e-select-names.c + (e_select_names_init): Use "contacts/*" for selector_types. + + * gui/widgets/e-addressbook-util.c (e_addressbook_transfer_cards): + Likewise. + + * gui/component/GNOME_Evolution_Addressbook.oaf.in: add + "evolution:config_item:type" = "contacts/ldap" to the LDAP sources + control so it comes up by default when you open Preferences in an + LDAP folder. + 2002-09-23 Chris Toshok <toshok@ximian.com> * gui/widgets/e-addressbook-table-adapter.c (addressbook_destroy): |