mirror of
https://github.com/0intro/wmii
synced 2024-11-23 06:11:21 +03:00
yet another typo fix
This commit is contained in:
parent
0e1d040470
commit
8f00793a05
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user