diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-20 22:53:12 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-20 22:53:12 +0800 |
commit | f9932330e74c2e2abcbec925f5a971fc546d122f (patch) | |
tree | 4d5b8ecbb750deec3fe3f99a820dd15cfd834fff /mail/ChangeLog | |
parent | 5352cbb678ba2b4a40b767565a52cf24794dfeac (diff) | |
download | gsoc2013-evolution-f9932330e74c2e2abcbec925f5a971fc546d122f.tar gsoc2013-evolution-f9932330e74c2e2abcbec925f5a971fc546d122f.tar.gz gsoc2013-evolution-f9932330e74c2e2abcbec925f5a971fc546d122f.tar.bz2 gsoc2013-evolution-f9932330e74c2e2abcbec925f5a971fc546d122f.tar.lz gsoc2013-evolution-f9932330e74c2e2abcbec925f5a971fc546d122f.tar.xz gsoc2013-evolution-f9932330e74c2e2abcbec925f5a971fc546d122f.tar.zst gsoc2013-evolution-f9932330e74c2e2abcbec925f5a971fc546d122f.zip |
Always unref the composer [even when we are destroying it], otherwise we
* mail-callbacks.c (composer_sent_cb): Always unref the composer
[even when we are destroying it], otherwise we leak it and we get
the nasty bug where you can't quit.
svn path=/trunk/; revision=16941
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index f06f514f9e..b78dbef629 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2002-05-20 Ettore Perazzoli <ettore@ximian.com> + + * mail-callbacks.c (composer_sent_cb): Always unref the composer + [even when we are destroying it], otherwise we leak it and we get + the nasty bug where you can't quit. + 2002-05-16 Jeffrey Stedfast <fejj@ximian.com> * message-list.c (ml_tree_value_at): Check for a label tag when |