diff options
author | Chris Toshok <toshok@ximian.com> | 2003-05-20 04:26:34 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-05-20 04:26:34 +0800 |
commit | 6052618948ddc67076b41c4fe9b14f44ad9a727b (patch) | |
tree | 8b0849f7a705900c2c2c0986900a96834a90733c /addressbook/ChangeLog | |
parent | f68ef51327afc9c49b9cf0c71666fca8c3a806a9 (diff) | |
download | gsoc2013-evolution-6052618948ddc67076b41c4fe9b14f44ad9a727b.tar.gz gsoc2013-evolution-6052618948ddc67076b41c4fe9b14f44ad9a727b.tar.zst gsoc2013-evolution-6052618948ddc67076b41c4fe9b14f44ad9a727b.zip |
handle the case where @book == NULL, which can happen if there was a
2003-05-19 Chris Toshok <toshok@ximian.com>
* backend/ebook/e-destination.c (use_default_book_cb): handle the
case where @book == NULL, which can happen if there was a problem
opening the default book. Should fix #43005.
svn path=/trunk/; revision=21269
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index e7589fad72..71cb31aa2a 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,11 @@ 2003-05-19 Chris Toshok <toshok@ximian.com> + * backend/ebook/e-destination.c (use_default_book_cb): handle the + case where @book == NULL, which can happen if there was a problem + opening the default book. Should fix #43005. + +2003-05-19 Chris Toshok <toshok@ximian.com> + * gui/component/addressbook-component.c (ensure_completion_uris_exist): fix the initial run case. the config upgrade code creates all elements so we can't just check |