commit 4552ece65fcd9991efb697a6b8fbf137f1fab3e8
parent cc4230899080d350c0a80a1727f3c95174c2128d
Author: Anselm R. Garbe <garbeam@wmii.de>
Date: Sat, 13 May 2006 21:15:44 +0200
fixed issue that mathematica crashed the WM (might also be related to other clients)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/wm/client.c b/cmd/wm/client.c
@@ -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);