Client: Fix arranging bug when closing client in additional tag condition

This commit is contained in:
Martin Duquesnoy 2010-07-26 19:38:23 +02:00
parent 0270a28181
commit 3b81cacaac

View File

@ -1121,7 +1121,7 @@ client_unmanage(Client *c)
/* Arrange */
for(i = 0; i < screen_count() && !b; ++i)
if(c->tag == seltag[i])
if(c->tag == seltag[i] || tags[i][seltag[i]].tagad & TagFlag(c->tag))
b = True;
if(b)