commit 8f00793a05c1c19ff04b70eadb31d0c0bc79e484
parent 0e1d04047024724af19316887ee029a8a8c6cdb1
Author: Anselm R. Garbe <garbeam@wmii.de>
Date: Wed, 26 Apr 2006 19:07:27 +0200
yet another typo fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/wm/view.c b/cmd/wm/view.c
@@ -387,7 +387,7 @@ update_views()
for(i = 0; i < view.size; i++) {
Bool only_wildcards = True;
for(j = 0; j < client.size; j++) {
- Client *c = client.data[i];
+ Client *c = client.data[j];
if(is_view_of(c, view.data[i]) && !strchr(c->tags, '*'))
only_wildcards = False;
}