only remove one flash timer at a time, so all frames dont stop flashing just cuz a window closed

This commit is contained in:
Dana Jansens 2003-09-03 21:24:37 +00:00
parent 9102d8a64b
commit fafcb6e476

View file

@ -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);
}