diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-29 06:30:59 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-29 06:30:59 +0800 |
commit | a2f5e5b0f45429e42c7723b7d65dcec344b43e29 (patch) | |
tree | 1a0f9dc34308e84fc0e663342f8516df3cfde5e7 /shell/ChangeLog | |
parent | d16418158d22a039e2a9a9665a5b337aed5f510a (diff) | |
download | gsoc2013-evolution-a2f5e5b0f45429e42c7723b7d65dcec344b43e29.tar gsoc2013-evolution-a2f5e5b0f45429e42c7723b7d65dcec344b43e29.tar.gz gsoc2013-evolution-a2f5e5b0f45429e42c7723b7d65dcec344b43e29.tar.bz2 gsoc2013-evolution-a2f5e5b0f45429e42c7723b7d65dcec344b43e29.tar.lz gsoc2013-evolution-a2f5e5b0f45429e42c7723b7d65dcec344b43e29.tar.xz gsoc2013-evolution-a2f5e5b0f45429e42c7723b7d65dcec344b43e29.tar.zst gsoc2013-evolution-a2f5e5b0f45429e42c7723b7d65dcec344b43e29.zip |
[The following should fix #13802, crash on exit.]
* evolution-shell-component.c (impl_unsetOwner): Set the ping
timeout ID to -1 when removing the source.
(impl_destroy): Likewise.
(impl_unsetOwner): Remove the timeout before unreffing, not after
unreffing.
svn path=/trunk/; revision=14304
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 685ca245e7..53913b6a51 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,13 @@ +2001-10-28 Ettore Perazzoli <ettore@ximian.com> + + [The following should fix #13802, crash on exit.] + + * evolution-shell-component.c (impl_unsetOwner): Set the ping + timeout ID to -1 when removing the source. + (impl_destroy): Likewise. + (impl_unsetOwner): Remove the timeout before unreffing, not after + unreffing. + 2001-10-28 Jon Trowbridge <trow@ximian.com> * e-shell-about-box.c: Distribute credit equally. |