diff options
author | JP Rosevear <jpr@ximian.com> | 2001-05-03 03:10:48 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-05-03 03:10:48 +0800 |
commit | fec8edd6818c7f7fd64ae305dbb75574e73a6581 (patch) | |
tree | f71184d072f1040ce5dce09e61140be9ec419546 | |
parent | 80e3acea85331b4e8e9b786ae0c0ee8abdf18d14 (diff) | |
download | gsoc2013-evolution-fec8edd6818c7f7fd64ae305dbb75574e73a6581.tar gsoc2013-evolution-fec8edd6818c7f7fd64ae305dbb75574e73a6581.tar.gz gsoc2013-evolution-fec8edd6818c7f7fd64ae305dbb75574e73a6581.tar.bz2 gsoc2013-evolution-fec8edd6818c7f7fd64ae305dbb75574e73a6581.tar.lz gsoc2013-evolution-fec8edd6818c7f7fd64ae305dbb75574e73a6581.tar.xz gsoc2013-evolution-fec8edd6818c7f7fd64ae305dbb75574e73a6581.tar.zst gsoc2013-evolution-fec8edd6818c7f7fd64ae305dbb75574e73a6581.zip |
unref the book if the view is being destroyed
2001-05-02 JP Rosevear <jpr@ximian.com>
* gui/component/addressbook.c (addressbook_view_free): unref the
book if the view is being destroyed
* backend/pas/pas-backend-file.c
(pas_backend_file_process_get_book_view): unref the book_view when
we are finished, it is only interesting if someone else has reffed
it now (weak reference)
(pas_backend_file_add_client): unref the book for the same reason
as above
* Fixes bug #2255
svn path=/trunk/; revision=9648
-rw-r--r-- | addressbook/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index ae2e163195..804681a4e8 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -10,6 +10,8 @@ (pas_backend_file_add_client): unref the book for the same reason as above + * Fixes bug #2255 + 2001-04-30 JP Rosevear <jpr@ximian.com> * backend/pas/pas-backend-file.c (vcard_matches_search): if the |