From fab6a9f584f0c93d9b9d542f4019ee56a66d02b4 Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Thu, 4 Mar 2010 21:54:18 +0100 Subject: [PATCH] Tag: Fix mad behavior when wanting to transfer a client on the its tag --- src/tag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tag.c b/src/tag.c index ade87fd..1505862 100644 --- a/src/tag.c +++ b/src/tag.c @@ -105,7 +105,7 @@ tag_transfert(Client *c, int tag) arrange(c->screen, True); - if(c == sel) + if(c == sel && c->tag != tag) client_focus(NULL); client_update_attributes(c);