diff options
author | Chris Toshok <toshok@ximian.com> | 2001-12-18 09:07:25 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-12-18 09:07:25 +0800 |
commit | 13299ab7e073cf4d412cec019e4240a7634c1cf5 (patch) | |
tree | 054c7b410081db5f159ad03c2557bf7d15922f0b /addressbook/ChangeLog | |
parent | 98a2c856275ec6b1f9ce60449e7b124a1dd7e7f0 (diff) | |
download | gsoc2013-evolution-13299ab7e073cf4d412cec019e4240a7634c1cf5.tar.gz gsoc2013-evolution-13299ab7e073cf4d412cec019e4240a7634c1cf5.tar.zst gsoc2013-evolution-13299ab7e073cf4d412cec019e4240a7634c1cf5.zip |
[ fixes bug 17355 ] if we're dealing with an LDAP folder, prepend [LDAP]
2001-12-17 Chris Toshok <toshok@ximian.com>
[ fixes bug 17355 ]
* gui/component/select-names/e-select-names.c (new_folder): if
we're dealing with an LDAP folder, prepend [LDAP] to it. Now that
we have 3 different places where folders are coming from, it helps
to be able to differentiate "Contacts" in ~/evolution and a
"Contacts" ldap server and a "Contacts" exchange folder.
(add_additional_select_names_uris): loop through the bonobo conf
settings for additional folders, adding them to the option menu.
(e_select_names_hookup_shell_listeners): call
add_additional_select_names_uris.
svn path=/trunk/; revision=15143
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 8a0c4a9732..63aeffcfdd 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,16 @@ +2001-12-17 Chris Toshok <toshok@ximian.com> + + [ fixes bug 17355 ] + * gui/component/select-names/e-select-names.c (new_folder): if + we're dealing with an LDAP folder, prepend [LDAP] to it. Now that + we have 3 different places where folders are coming from, it helps + to be able to differentiate "Contacts" in ~/evolution and a + "Contacts" ldap server and a "Contacts" exchange folder. + (add_additional_select_names_uris): loop through the bonobo conf + settings for additional folders, adding them to the option menu. + (e_select_names_hookup_shell_listeners): call + add_additional_select_names_uris. + 2001-11-28 Christopher James Lahey <clahey@ximian.com> * gui/widgets/e-minicard-view-widget.c |