Skip to content

master.mint22

Choose a tag to compare

@github-actions github-actions released this 25 Sep 03:04
385cd5c
inhibit-shortcuts-dialog: Fix use-after-free

We have no dialog, and use muffin's default 'allow' - any window
that requests, can inhibit shortcuts in Wayland sessions (the same
as x11).

We destroyed the default object in the response callback, so we
can't try to hide it after the emission in
meta_inhibit_shortcuts_dialog_response().

Remove the warning declaring we have no dialog also.