From 384f2dfc48278998631d3f9bac3a337d296b198e Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 4 Jul 2009 15:34:54 +0200 Subject: [PATCH] Give the popup to the timer remove so it does the right one Only the chroot popup uses delayed mapping so this is just a latent bug. --- openbox/popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/popup.c b/openbox/popup.c index 770f33d0..2a0d5960 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -320,7 +320,7 @@ void popup_hide(ObPopup *self) event_end_ignore_all_enters(ignore_start); } else if (self->delay_mapped) { - ob_main_loop_timeout_remove(ob_main_loop, popup_show_timeout); + ob_main_loop_timeout_remove_data(ob_main_loop, popup_show_timeout, self, FALSE); self->delay_mapped = FALSE; } } -- 2.39.2