summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-05-23 01:26:39 +0000
committerDana Jansens <danakj@orodu.net>2003-05-23 01:26:39 +0000
commitebb97c189adde498cfd64d4183289c0e2645f8d8 (patch)
tree08779f14699c711d73816fc214d9654e7abcd0f2
parent4160963ca4f0aebb2f8bf69d0bd6ff349ac48e28 (diff)
had some code inside the action for loop that didnt belong in there
-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)