commit b5bbb78075d33bfac7f1550ec9005c7c89e0156e
parent 17a12e5c5d00cfde8b487143b12f93b273060886
Author: Anselm R. Garbe <garbeam@wmii.de>
Date: Mon, 6 Mar 2006 16:40:24 +0100
fixed nasty bug in detach_client
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/wm/client.c b/cmd/wm/client.c
@@ -366,7 +366,7 @@ detach_client(Client *c, Bool unmap)
int i;
for(i = 0; i < ntag; i++)
if(is_clientof(tag[i], c))
- detach_fromtag(tag[i], client[i], unmap);
+ detach_fromtag(tag[i], c, unmap);
}
Client *