diff options
author | Chris Toshok <toshok@ximian.com> | 2004-07-13 02:28:08 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-07-13 02:28:08 +0800 |
commit | ae2cc62f2c4e1a4476e77afa853d3c1563c8234f (patch) | |
tree | 0aacd6c0ac619615f3d8b455dffee42b0f1dcac4 /addressbook/ChangeLog | |
parent | 9b6df5d229e8e70afa3c1eee0297a5f42d234829 (diff) | |
download | gsoc2013-evolution-ae2cc62f2c4e1a4476e77afa853d3c1563c8234f.tar.gz gsoc2013-evolution-ae2cc62f2c4e1a4476e77afa853d3c1563c8234f.tar.zst gsoc2013-evolution-ae2cc62f2c4e1a4476e77afa853d3c1563c8234f.zip |
[ fixes #61299 ]
2004-07-12 Chris Toshok <toshok@ximian.com>
[ fixes #61299 ]
* gui/component/addressbook.c (addressbook_load_default_book):
don't pass @closure to load_source_cb, since that expects to get a
LoadSourceData*. also, don't always call e_book_async_open. only
do that when the book is non-NULL.
svn path=/trunk/; revision=26626
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 10c8089258..316709a5d1 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,14 @@ 2004-07-12 Chris Toshok <toshok@ximian.com> + [ fixes #61299 ] + + * gui/component/addressbook.c (addressbook_load_default_book): + don't pass @closure to load_source_cb, since that expects to get a + LoadSourceData*. also, don't always call e_book_async_open. only + do that when the book is non-NULL. + +2004-07-12 Chris Toshok <toshok@ximian.com> + [ part of fix for bug #56520 ] * gui/contact-list-editor/e-contact-list-editor.c |