diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-15 17:38:52 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-15 17:38:52 +0000 |
| commit | d30809e5faf681a00035d9913a762f25db8de6b5 (patch) | |
| tree | 87c0473ba291affb368c2fdaeab41f5e62660150 /openbox/action.c | |
| parent | d3e524420f87b3aedaf3076f3677cb1c3213f06f (diff) | |
always ignore errors for client_focus like we used to.
Diffstat (limited to 'openbox/action.c')
| -rw-r--r-- | openbox/action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/action.c b/openbox/action.c index 13152f72..5900de7c 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1296,7 +1296,7 @@ void action_focus(union ActionData *data) go moving on us */ event_halt_focus_delay(); - client_focus(data->client.any.c, FALSE); + client_focus(data->client.any.c); } } else { /* focus action on something other than a client, make keybindings |
