summaryrefslogtreecommitdiff
path: root/openbox/frame.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2006-08-17 20:16:02 +0000
committerMikael Magnusson <mikachu@comhem.se>2006-08-17 20:16:02 +0000
commit7b7f158088fa548791922b7cf133e507d3873656 (patch)
treebce9662a72c1af3dc3fefa1cd7b94d634f22cb3e /openbox/frame.c
parent1b4ff4e93f8bc312a862d3f08afeb0f4809527ae (diff)
add a means to tell the timer destroy function not to fire when for example freeing its client frame
Diffstat (limited to 'openbox/frame.c')
-rw-r--r--openbox/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/frame.c b/openbox/frame.c
index c55ff290..881387b6 100644
--- a/openbox/frame.c
+++ b/openbox/frame.c
@@ -556,7 +556,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_data(ob_main_loop, flash_timeout, self);
+ ob_main_loop_timeout_remove_data(ob_main_loop, flash_timeout, self, TRUE);
frame_free(self);
}