[mutter/wayland] keybindings: Fix typo in port to Clutter events



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]