diff options
author | Dan Winship <danw@src.gnome.org> | 2001-07-25 02:13:14 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-07-25 02:13:14 +0800 |
commit | 0a9ba272a22ed1a8d4521321a7f8fc95042e6253 (patch) | |
tree | a677844bce80691b3199d06733110388584b651b /executive-summary | |
parent | 2a50df3b9536ea58ab270def25b025aff12828bc (diff) | |
download | gsoc2013-evolution-0a9ba272a22ed1a8d4521321a7f8fc95042e6253.tar gsoc2013-evolution-0a9ba272a22ed1a8d4521321a7f8fc95042e6253.tar.gz gsoc2013-evolution-0a9ba272a22ed1a8d4521321a7f8fc95042e6253.tar.bz2 gsoc2013-evolution-0a9ba272a22ed1a8d4521321a7f8fc95042e6253.tar.lz gsoc2013-evolution-0a9ba272a22ed1a8d4521321a7f8fc95042e6253.tar.xz gsoc2013-evolution-0a9ba272a22ed1a8d4521321a7f8fc95042e6253.tar.zst gsoc2013-evolution-0a9ba272a22ed1a8d4521321a7f8fc95042e6253.zip |
Don't stop the idle_queue and unref from here, since this might be called
* backend/ebook/e-book-listener.c (e_book_listener_stop): Don't
stop the idle_queue and unref from here, since this might be
called from inside e_book_listener_check_queue, and we don't want
to return to that function with the listener having been
destroyed.
(e_book_listener_check_queue): Don't exit early if the queue is
stopped. Proceed through the check if the queue is NULL (which is
must be if the queue is stopped), and then reach the existing code
to remove the idle handler. Combined with the above, this fixes
ximian #4485 (again). This is not a plot to boost my
showstopper-bugfixing count by fixing the same bug over and over
again.
svn path=/trunk/; revision=11346
Diffstat (limited to 'executive-summary')
0 files changed, 0 insertions, 0 deletions