aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-09-07 10:02:06 +0800
committerChris Toshok <toshok@src.gnome.org>2001-09-07 10:02:06 +0800
commit88ab05172828d622055931aca8dd19aaf3d77072 (patch)
treedd0a33c09c277c9ae7ab3b1d1cfefe1154035dd5 /addressbook/ChangeLog
parent38353e7c0379625454b02138160314a22ee5c102 (diff)
downloadgsoc2013-evolution-88ab05172828d622055931aca8dd19aaf3d77072.tar
gsoc2013-evolution-88ab05172828d622055931aca8dd19aaf3d77072.tar.gz
gsoc2013-evolution-88ab05172828d622055931aca8dd19aaf3d77072.tar.bz2
gsoc2013-evolution-88ab05172828d622055931aca8dd19aaf3d77072.tar.lz
gsoc2013-evolution-88ab05172828d622055931aca8dd19aaf3d77072.tar.xz
gsoc2013-evolution-88ab05172828d622055931aca8dd19aaf3d77072.tar.zst
gsoc2013-evolution-88ab05172828d622055931aca8dd19aaf3d77072.zip
new function, notify the bonobo listener. (remove_ldap_folder): track
2001-09-06 Chris Toshok <toshok@ximian.com> * gui/component/addressbook-storage.c (notify_listener): new function, notify the bonobo listener. (remove_ldap_folder): track change to EvolutionStorage signal. (create_ldap_folder): same, and make sure the type is "ldap-contacts". (load_source_data): folders that we create should have "ldap-contacts" as their type. (addressbook_storage_add_source): same. * gui/component/addressbook-component.c: (folder_types): add "ldap-contacts", for display of ldap servers (they get their own icon, and their own name in the Create New Folder dialog. (create_view): use IS_CONTACT_TYPE since we support two folder types now. (create_folder): same. (remove_folder): same. (xfer_folder): same. svn path=/trunk/; revision=12668
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 9688f1a1fb..fc26c4b592 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,25 @@
2001-09-06 Chris Toshok <toshok@ximian.com>
+ * gui/component/addressbook-storage.c (notify_listener): new
+ function, notify the bonobo listener.
+ (remove_ldap_folder): track change to EvolutionStorage signal.
+ (create_ldap_folder): same, and make sure the type is
+ "ldap-contacts".
+ (load_source_data): folders that we create should have
+ "ldap-contacts" as their type.
+ (addressbook_storage_add_source): same.
+
+ * gui/component/addressbook-component.c: (folder_types): add
+ "ldap-contacts", for display of ldap servers (they get their own
+ icon, and their own name in the Create New Folder dialog.
+ (create_view): use IS_CONTACT_TYPE since we support two folder
+ types now.
+ (create_folder): same.
+ (remove_folder): same.
+ (xfer_folder): same.
+
+2001-09-06 Chris Toshok <toshok@ximian.com>
+
* gui/contact-editor/e-contact-editor.c: (pixmaps): change
/Toolbar/ContactEditorSave to /Toolbar/ContactEditorSaveClose.