diff options
author | Chris Toshok <toshok@ximian.com> | 2001-11-10 08:58:57 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-11-10 08:58:57 +0800 |
commit | 6f6fe0e2eb8d6daa5312717759beb8e128f4e567 (patch) | |
tree | 61df6dbfcda9b15407413263ee5201f2b9e96ee5 /addressbook/ChangeLog | |
parent | 845369568d2f9af34a1a6e7e4ba08b0f0cd6964d (diff) | |
download | gsoc2013-evolution-6f6fe0e2eb8d6daa5312717759beb8e128f4e567.tar gsoc2013-evolution-6f6fe0e2eb8d6daa5312717759beb8e128f4e567.tar.gz gsoc2013-evolution-6f6fe0e2eb8d6daa5312717759beb8e128f4e567.tar.bz2 gsoc2013-evolution-6f6fe0e2eb8d6daa5312717759beb8e128f4e567.tar.lz gsoc2013-evolution-6f6fe0e2eb8d6daa5312717759beb8e128f4e567.tar.xz gsoc2013-evolution-6f6fe0e2eb8d6daa5312717759beb8e128f4e567.tar.zst gsoc2013-evolution-6f6fe0e2eb8d6daa5312717759beb8e128f4e567.zip |
[ Fixes Ximian bug #14687 ] backend/pas/pas-backend-file.c
2001-11-09 Chris Toshok <toshok@ximian.com>
[ Fixes Ximian bug #14687 ]
* backend/pas/pas-backend-file.c
* backend/pas/pas-book-factory.c
(pas_book_factory_process_request): do load_uri before add_client,
so we know if the load actually worked (add_client uses this
information to respond to the new client.) before this change,
the client would still think the book was in a useful state even
if the load_uri failed.
* backend/pas/pas-backend-ldap.c (pas_backend_ldap_add_client): if
the we're not connected, say so.
* backend/pas/pas-backend-file.c (pas_backend_file_add_client):
same.
(pas_backend_file_load_uri): don't report_writable here,
add_client does it. was only needed before because of the
improper ordering in pas-book-factory.c above.
svn path=/trunk/; revision=14655
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a0fcb2b711..935ce550ac 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,26 @@ 2001-11-09 Chris Toshok <toshok@ximian.com> + [ Fixes Ximian bug #14687 ] + * backend/pas/pas-backend-file.c + + * backend/pas/pas-book-factory.c + (pas_book_factory_process_request): do load_uri before add_client, + so we know if the load actually worked (add_client uses this + information to respond to the new client.) before this change, + the client would still think the book was in a useful state even + if the load_uri failed. + + * backend/pas/pas-backend-ldap.c (pas_backend_ldap_add_client): if + the we're not connected, say so. + + * backend/pas/pas-backend-file.c (pas_backend_file_add_client): + same. + (pas_backend_file_load_uri): don't report_writable here, + add_client does it. was only needed before because of the + improper ordering in pas-book-factory.c above. + +2001-11-09 Chris Toshok <toshok@ximian.com> + [ Fixes Ximian bug #14646 ] * gui/component/addressbook.c (addressbook_default_book_open): new function. if the default_book failed to load, load the local |