diff options
author | Chris Toshok <toshok@ximian.com> | 2003-05-16 06:50:29 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-05-16 06:50:29 +0800 |
commit | ad19cadacbf76522f243e5f94d0fc4de9c37d937 (patch) | |
tree | adbc451058d85ce63ce79b0bf29d71a3ea991375 /addressbook/ChangeLog | |
parent | 071c74bd36bb49515fadb56dcae258699cf99b5d (diff) | |
download | gsoc2013-evolution-ad19cadacbf76522f243e5f94d0fc4de9c37d937.tar gsoc2013-evolution-ad19cadacbf76522f243e5f94d0fc4de9c37d937.tar.gz gsoc2013-evolution-ad19cadacbf76522f243e5f94d0fc4de9c37d937.tar.bz2 gsoc2013-evolution-ad19cadacbf76522f243e5f94d0fc4de9c37d937.tar.lz gsoc2013-evolution-ad19cadacbf76522f243e5f94d0fc4de9c37d937.tar.xz gsoc2013-evolution-ad19cadacbf76522f243e5f94d0fc4de9c37d937.tar.zst gsoc2013-evolution-ad19cadacbf76522f243e5f94d0fc4de9c37d937.zip |
backing out a tiny porting of jpr's fix - we need to set the book on the
2003-05-15 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook.c (book_open_cb): backing out a tiny
porting of jpr's fix - we need to set the book on the
EAddressbookView, or else it won't do queries, and it won't show
any cards. Fixes #43023, #43090.
svn path=/trunk/; revision=21201
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index c5d64f58d2..4c2c05e043 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,12 @@ 2003-05-15 Chris Toshok <toshok@ximian.com> + * gui/component/addressbook.c (book_open_cb): backing out a tiny + porting of jpr's fix - we need to set the book on the + EAddressbookView, or else it won't do queries, and it won't show + any cards. Fixes #43023. + +2003-05-15 Chris Toshok <toshok@ximian.com> + * gui/merging/e-card-merging.c (free_lookup): new function, split out the duplicated teardown code from final_cb and final_id_cb. also, unref the card. |