summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-03 21:24:37 +0000
committerDana Jansens <danakj@orodu.net>2003-09-03 21:24:37 +0000
commitfafcb6e476a90bdeb0c012e7c1eea912adcf0ec6 (patch)
treea6edfe100d5a9069b150f6e7b20e8c64179d61a8
parent9102d8a64b5670aabddcf2c18895d593eb0e05d3 (diff)
only remove one flash timer at a time, so all frames dont stop flashing just cuz a window closed
-rw-r--r--openbox/frame.c2
1 files changed, 1 insertions, 1 deletions
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);
}