diff options
author | Chris Toshok <toshok@ximian.com> | 2001-07-19 08:29:16 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-07-19 08:29:16 +0800 |
commit | 150e7c57f8f542baf7e4f71caf38fe0d60c8917b (patch) | |
tree | 17907e329a5a79aace5c1b061a2fb6cdc1f10188 /addressbook/ChangeLog | |
parent | 833e3bf56a4dd7bafc7a0fe823a63b1b050e1707 (diff) | |
download | gsoc2013-evolution-150e7c57f8f542baf7e4f71caf38fe0d60c8917b.tar.gz gsoc2013-evolution-150e7c57f8f542baf7e4f71caf38fe0d60c8917b.tar.zst gsoc2013-evolution-150e7c57f8f542baf7e4f71caf38fe0d60c8917b.zip |
[ patch contributed by Jos Dehaes <jos.dehaes@bigfoot.com> ]
2001-07-18 Chris Toshok <toshok@ximian.com>
[ patch contributed by Jos Dehaes <jos.dehaes@bigfoot.com> ]
* gui/component/addressbook-storage.c (register_storage): new
function, register our evolution_storage.
(addressbook_storage_setup): remove storage registration from
here.
(load_source_data): register the storage here before we load
addressbook-sources.xml, and deregister it if there are no sources
listed.
(addressbook_storage_remove_source): unregister the storage if the
list of sources hits 0 length.
svn path=/trunk/; revision=11217
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f0673c9246..78a8d0360d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,17 @@ +2001-07-18 Chris Toshok <toshok@ximian.com> + + [ patch contributed by Jos Dehaes <jos.dehaes@bigfoot.com> ] + + * gui/component/addressbook-storage.c (register_storage): new + function, register our evolution_storage. + (addressbook_storage_setup): remove storage registration from + here. + (load_source_data): register the storage here before we load + addressbook-sources.xml, and deregister it if there are no sources + listed. + (addressbook_storage_remove_source): unregister the storage if the + list of sources hits 0 length. + 2001-07-18 Dan Winship <danw@ximian.com> * backend/ebook/e-book.c (e_book_unload_uri): Flush the listener's |