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