keybindings: Fix typo in port to Clutter events

We always want to trigger on key press.
This commit is contained in:
Rui Matos 2013-11-25 14:06:10 +01:00
parent 762fa0e116
commit ba3968a822

View File

@ -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;