From 992e6be111c812528dacf9b1e5fb68e2015ec524 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 25 Mar 2003 20:51:55 +0000 Subject: Remove the timeout. Should fix bug #40275. 2003-03-25 Jeffrey Stedfast * mail-display.c (popup_window_destroy_cb): Remove the timeout. Should fix bug #40275. svn path=/trunk/; revision=20511 --- mail/mail-display.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mail/mail-display.c') diff --git a/mail/mail-display.c b/mail/mail-display.c index 83e8136057..15ba0fd8f4 100644 --- a/mail/mail-display.c +++ b/mail/mail-display.c @@ -2280,6 +2280,11 @@ popup_window_destroy_cb (PopupInfo *pop, GObject *deadbeef) { the_popup = NULL; + if (pop->destroy_timeout != 0) { + gtk_timeout_remove (pop->destroy_timeout); + pop->destroy_timeout = 0; + } + popup_info_free (pop); } -- cgit v1.2.3