mirror of
https://github.com/brl/mutter.git
synced 2024-11-11 00:26:40 -05:00
keybindings: Fix typo in port to Clutter events
We always want to trigger on key press.
This commit is contained in:
parent
762fa0e116
commit
ba3968a822
@ -2001,7 +2001,7 @@ process_iso_next_group (MetaDisplay *display,
|
||||
gboolean activate;
|
||||
int i;
|
||||
|
||||
if (event->type != CLUTTER_KEY_RELEASE)
|
||||
if (event->type == CLUTTER_KEY_RELEASE)
|
||||
return FALSE;
|
||||
|
||||
activate = FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user