aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-07-19 06:51:23 +0800
committerDan Winship <danw@src.gnome.org>2001-07-19 06:51:23 +0800
commit833e3bf56a4dd7bafc7a0fe823a63b1b050e1707 (patch)
treefd7ab21bea23c510fca361ce69827a5a7eed7d1a /addressbook/ChangeLog
parent3e3cbc5782f3ebd720be0a9de86dee20023b411d (diff)
downloadgsoc2013-evolution-833e3bf56a4dd7bafc7a0fe823a63b1b050e1707.tar
gsoc2013-evolution-833e3bf56a4dd7bafc7a0fe823a63b1b050e1707.tar.gz
gsoc2013-evolution-833e3bf56a4dd7bafc7a0fe823a63b1b050e1707.tar.bz2
gsoc2013-evolution-833e3bf56a4dd7bafc7a0fe823a63b1b050e1707.tar.lz
gsoc2013-evolution-833e3bf56a4dd7bafc7a0fe823a63b1b050e1707.tar.xz
gsoc2013-evolution-833e3bf56a4dd7bafc7a0fe823a63b1b050e1707.tar.zst
gsoc2013-evolution-833e3bf56a4dd7bafc7a0fe823a63b1b050e1707.zip
Flush the listener's queue before unreffing it to ensure that it doesn't
* backend/ebook/e-book.c (e_book_unload_uri): Flush the listener's queue before unreffing it to ensure that it doesn't emit any more "responses_queued" signals after the EBook is destroyed. * backend/ebook/e-book-listener.c (e_book_listener_check_queue, e_book_listener_queue_response, e_book_listener_new): Use bonobo_object_ref/unref rather than gtk_object_ref/unref. * backend/ebook/e-book-view-listener.c (e_book_view_listener_queue_response, e_book_view_listener_new): Likewise. svn path=/trunk/; revision=11216
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index f4dc0c87f4..f0673c9246 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,17 @@
+2001-07-18 Dan Winship <danw@ximian.com>
+
+ * backend/ebook/e-book.c (e_book_unload_uri): Flush the listener's
+ queue before unreffing it to ensure that it doesn't emit any more
+ "responses_queued" signals after the EBook is destroyed.
+
+ * backend/ebook/e-book-listener.c (e_book_listener_check_queue,
+ e_book_listener_queue_response, e_book_listener_new): Use
+ bonobo_object_ref/unref rather than gtk_object_ref/unref.
+
+ * backend/ebook/e-book-view-listener.c
+ (e_book_view_listener_queue_response, e_book_view_listener_new):
+ Likewise.
+
2001-07-18 Chris Toshok <toshok@ximian.com>
* backend/ebook/e-card-compare.c (simple_query_cb): prune the list