diff options
author | Not Zed <NotZed@Ximian.com> | 2003-03-26 11:38:30 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-03-26 11:38:30 +0800 |
commit | 0983e2cf9111f44177ec6355627beae1fb651d8e (patch) | |
tree | be1d72e8e0c0a913947d4c885e42b28959db992e /mail/ChangeLog | |
parent | 992e6be111c812528dacf9b1e5fb68e2015ec524 (diff) | |
download | gsoc2013-evolution-0983e2cf9111f44177ec6355627beae1fb651d8e.tar.gz gsoc2013-evolution-0983e2cf9111f44177ec6355627beae1fb651d8e.tar.zst gsoc2013-evolution-0983e2cf9111f44177ec6355627beae1fb651d8e.zip |
Undo jeff's patch below for #40275, the destroy timeout is already removed
2003-03-26 Not Zed <NotZed@Ximian.com>
* mail-display.c (popup_window_destroy_cb): Undo jeff's patch
below for #40275, the destroy timeout is already removed in
popup_info_free. Unref the widget 'w' when we're done with it.
(popup_info_free): Move everything in here to popup_window_destroy
and remove, since nothing else uses it.
(make_popup_window): Ref the widget so it doesn't go away before
we're finished with it. Really fixes bug #40275/40188.
svn path=/trunk/; revision=20512
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a559042fb1..364a440f56 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2003-03-26 Not Zed <NotZed@Ximian.com> + + * mail-display.c (popup_window_destroy_cb): Undo jeff's patch + below for #40275, the destroy timeout is already removed in + popup_info_free. Unref the widget 'w' when we're done with it. + (popup_info_free): Move everything in here to popup_window_destroy + and remove, since nothing else uses it. + (make_popup_window): Ref the widget so it doesn't go away before + we're finished with it. Really fixes bug #40275/40188. + 2003-03-25 Jeffrey Stedfast <fejj@ximian.com> * mail-display.c (popup_window_destroy_cb): Remove the |