had some code inside the action for loop that didnt belong in there

This commit is contained in:
Dana Jansens 2003-05-23 01:26:39 +00:00
parent 4160963ca4
commit ebb97c189a

View file

@ -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)