From fafcb6e476a90bdeb0c012e7c1eea912adcf0ec6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 3 Sep 2003 21:24:37 +0000 Subject: [PATCH] only remove one flash timer at a time, so all frames dont stop flashing just cuz a window closed --- openbox/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/frame.c b/openbox/frame.c index 3a8b57fe..fe5ddc49 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -497,7 +497,7 @@ void frame_release_client(ObFrame *self, ObClient *client) g_hash_table_remove(window_map, &self->tlresize); g_hash_table_remove(window_map, &self->trresize); - ob_main_loop_timeout_remove(ob_main_loop, flash_timeout); + ob_main_loop_timeout_remove_data(ob_main_loop, flash_timeout, self); frame_free(self); } -- 2.39.2