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-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=ebb97c189adde498cfd64d4183289c0e2645f8d8;hp=4160963ca4f0aebb2f8bf69d0bd6ff349ac48e28;p=chaz%2Fopenbox 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)