summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/keyboard/keyboard.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/keyboard/keyboard.c b/plugins/keyboard/keyboard.c
index b67e738b..5991606a 100644
--- a/plugins/keyboard/keyboard.c
+++ b/plugins/keyboard/keyboard.c
@@ -117,11 +117,11 @@ static void event(ObEvent *e, void *foo)
Action *act = it->data;
act->data.cycle.final = TRUE;
act->func(&act->data);
- grabbed_key = NULL;
- grab_keyboard(FALSE);
- reset_chains();
- return;
}
+ grabbed_key = NULL;
+ grab_keyboard(FALSE);
+ reset_chains();
+ return;
}
}
if (e->type == Event_X_KeyRelease)