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/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/screen.c') diff --git a/openbox/screen.c b/openbox/screen.c index 23821301..45246297 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -942,7 +942,7 @@ void screen_show_desktop(gboolean show, ObClient *show_only) ObClient *c = it->data; if (c->type == OB_CLIENT_TYPE_DESKTOP && (c->desktop == screen_desktop || c->desktop == DESKTOP_ALL) && - client_focus(it->data, FALSE)) + client_focus(it->data)) break; } } -- cgit v1.2.3