1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-04 20:21:02 +02:00
ironbar/src/modules/launcher
Jake Stanger b4d75450ac
fix(regression): GTK refactor causing updates to be missed
Regression introduced by recent GTK refactor.

The `glib_recv` macros  previously using the passed in expression as the receiver, which was causing a new receiver to be created *every* time an event was received. This caused some peculiar behaviours where some events just never got through if sent too close to each other.

This was most obvious in the `workspaces` module.

Fixes #381
2023-12-31 15:56:41 +00:00
..
item.rs refactor: fix casting based clippy warnings 2023-12-18 22:09:21 +00:00
mod.rs fix(regression): GTK refactor causing updates to be missed 2023-12-31 15:56:41 +00:00
open_state.rs refactor(wayland): update to 0.30.0 2023-05-04 20:07:42 +01:00