fixed issue that mathematica crashed the WM (might also be related to other clients)

This commit is contained in:
Anselm R. Garbe 2006-05-13 21:15:44 +02:00
parent cc42308990
commit 4552ece65f

View File

@ -407,7 +407,7 @@ manage_client(Client *c)
if(c->trans && (trans = client_of_win(c->trans)))
cext_strlcpy(c->tags, trans->tags, sizeof(c->tags));
else
if(!strlen(c->tags))
apply_rules(c);
reparent_client(c, c->framewin, c->rect.x, c->rect.y);