diff options
author | Chris Toshok <toshok@ximian.com> | 2003-05-16 06:47:53 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-05-16 06:47:53 +0800 |
commit | 071c74bd36bb49515fadb56dcae258699cf99b5d (patch) | |
tree | 550aa2da68e67078a0d6a742a22517d6f6fb5f30 /addressbook/ChangeLog | |
parent | 522e7942df3fe517168895421812e67158c53090 (diff) | |
download | gsoc2013-evolution-071c74bd36bb49515fadb56dcae258699cf99b5d.tar gsoc2013-evolution-071c74bd36bb49515fadb56dcae258699cf99b5d.tar.gz gsoc2013-evolution-071c74bd36bb49515fadb56dcae258699cf99b5d.tar.bz2 gsoc2013-evolution-071c74bd36bb49515fadb56dcae258699cf99b5d.tar.lz gsoc2013-evolution-071c74bd36bb49515fadb56dcae258699cf99b5d.tar.xz gsoc2013-evolution-071c74bd36bb49515fadb56dcae258699cf99b5d.tar.zst gsoc2013-evolution-071c74bd36bb49515fadb56dcae258699cf99b5d.zip |
new function, split out the duplicated teardown code from final_cb and
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.
(final_id_cb): call free_lookup.
(final_cb): same.
(e_card_merging_book_add_card): ref the card. fixes bug #43016.
svn path=/trunk/; revision=21200
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 64d6f61c90..c5d64f58d2 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +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. + (final_id_cb): call free_lookup. + (final_cb): same. + (e_card_merging_book_add_card): ref the card. fixes bug #43016. + 2003-05-14 Chris Toshok <toshok@ximian.com> * gui/contact-editor/e-contact-editor.c (full_addr_clicked): |