Tag: Fix mad behavior when wanting to transfer a client on the its tag

This commit is contained in:
Martin Duquesnoy 2010-03-04 21:54:18 +01:00
parent 7a714c03a9
commit fab6a9f584

View File

@ -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);