From ebb97c189adde498cfd64d4183289c0e2645f8d8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 23 May 2003 01:26:39 +0000 Subject: [PATCH] had some code inside the action for loop that didnt belong in there --- plugins/keyboard/keyboard.c | 8 ++++---- 1 file 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) -- 2.39.2