[mutter/wayland] keybindings: Fix typo in port to Clutter events
- From: Rui Matos <rtcm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wayland] keybindings: Fix typo in port to Clutter events
- Date: Mon, 25 Nov 2013 14:37:08 +0000 (UTC)
commit ba3968a8225a23ede6e6d91d9a0948bf451c443e
Author: Rui Matos <tiagomatos gmail com>
Date: Mon Nov 25 14:06:10 2013 +0100
keybindings: Fix typo in port to Clutter events
We always want to trigger on key press.
src/core/keybindings.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/core/keybindings.c b/src/core/keybindings.c
index e328963..e699108 100644
--- a/src/core/keybindings.c
+++ b/src/core/keybindings.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]