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/openbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/openbox.c') diff --git a/openbox/openbox.c b/openbox/openbox.c index 419d2b55..78b53223 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -311,7 +311,7 @@ gint main(gint argc, gchar **argv) (w = g_hash_table_lookup(window_map, &xid)) && WINDOW_IS_CLIENT(w)) { - client_focus(WINDOW_AS_CLIENT(w), FALSE); + client_focus(WINDOW_AS_CLIENT(w)); } } else { GList *it; -- cgit v1.2.3