From d30809e5faf681a00035d9913a762f25db8de6b5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 15 May 2007 17:38:52 +0000 Subject: always ignore errors for client_focus like we used to. --- openbox/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/action.c') 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 -- cgit v1.2.3