diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-07-18 02:47:44 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-07-18 02:47:44 +0800 |
commit | 217e75d071c4de2305d44af930e7a6ebd7b453f0 (patch) | |
tree | d9fe5954c026019c9ad5037e801eb7a279b5837c /addressbook/ChangeLog | |
parent | d54c49a59b9f56f48ab8e04856fe7134c6b1787a (diff) | |
download | gsoc2013-evolution-217e75d071c4de2305d44af930e7a6ebd7b453f0.tar gsoc2013-evolution-217e75d071c4de2305d44af930e7a6ebd7b453f0.tar.gz gsoc2013-evolution-217e75d071c4de2305d44af930e7a6ebd7b453f0.tar.bz2 gsoc2013-evolution-217e75d071c4de2305d44af930e7a6ebd7b453f0.tar.lz gsoc2013-evolution-217e75d071c4de2305d44af930e7a6ebd7b453f0.tar.xz gsoc2013-evolution-217e75d071c4de2305d44af930e7a6ebd7b453f0.tar.zst gsoc2013-evolution-217e75d071c4de2305d44af930e7a6ebd7b453f0.zip |
Removed old, broken code and annoying g_messages.
2001-07-17 Jon Trowbridge <trow@ximian.com>
* backend/ebook/e-destination.c (e_destination_set_string): Removed
old, broken code and annoying g_messages.
* backend/ebook/e-book-listener.c
(e_book_listener_queue_response): Hold a reference to the listener
while the idle function is active.
(e_book_listener_check_queue): Only release our reference to the
listener when the queue is empty. These two changes fix a race
condition, since the listener could be unrefed while the listener
was still active. (Seems to fix bug #4485)
svn path=/trunk/; revision=11164
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 985cf01727..564afc0e2e 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,16 @@ +2001-07-17 Jon Trowbridge <trow@ximian.com> + + * backend/ebook/e-destination.c (e_destination_set_string): Removed + old, broken code and annoying g_messages. + + * backend/ebook/e-book-listener.c + (e_book_listener_queue_response): Hold a reference to the listener + while the idle function is active. + (e_book_listener_check_queue): Only release our reference to the + listener when the queue is empty. These two changes fix a race + condition, since the listener could be unrefed while the listener + was still active. (Seems to fix bug #4485) + 2001-07-17 Christopher James Lahey <clahey@ximian.com> * gui/contact-editor/contact-editor.glade, |