Remove the timeout. Should fix bug #40275.
2003-03-25 Jeffrey Stedfast <fejj@ximian.com> * mail-display.c (popup_window_destroy_cb): Remove the timeout. Should fix bug #40275. svn path=/trunk/; revision=20511
This commit is contained in:
committed by
Jeffrey Stedfast
parent
3ac718894f
commit
992e6be111
@ -1,5 +1,8 @@
|
||||
2003-03-25 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* mail-display.c (popup_window_destroy_cb): Remove the
|
||||
timeout. Should fix bug #40275.
|
||||
|
||||
* subscribe-dialog.c: Remove search entry which never worked right
|
||||
(and can't work as users expect anyway, since we don't do
|
||||
namespace stripping). Fixes bug #40083.
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user