only remove one flash timer at a time, so all frames dont stop flashing just cuz a window closed
This commit is contained in:
parent
9102d8a64b
commit
fafcb6e476
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue