From: Dana Jansens Date: Fri, 23 May 2003 01:26:39 +0000 (+0000) Subject: had some code inside the action for loop that didnt belong in there X-Git-Tag: openbox-3_0-rc1-RELEASE~1071 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ebb97c189adde498cfd64d4183289c0e2645f8d8;p=dana%2Fopenbox.git had some code inside the action for loop that didnt belong in there --- 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)