From cef02536523f7d65d768e16a77141abbbad10dd1 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 7 Jan 2008 19:06:23 +0100 Subject: [PATCH] no need to refocus --- client.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/client.c b/client.c index 2cb2a5fee..2bf954161 100644 --- a/client.c +++ b/client.c @@ -993,8 +993,6 @@ uicb_client_zoom(int screen, char *arg __attribute__ ((unused))) client_detach(sel); client_attach(sel); - - focus(sel, True, screen); arrange(screen); }