committed a patch which fixes the hints of Jukka

This commit is contained in:
arg@10ksloc.org
2006-08-01 11:49:19 +02:00
parent deba5069e5
commit 937cabfa0a
4 changed files with 14 additions and 40 deletions

2
draw.c
View File

@ -99,7 +99,7 @@ drawall()
{
Client *c;
for(c = clients; c; c = getnext(c->next, tsel))
for(c = clients; c; c = getnext(c->next))
drawtitle(c);
drawstatus();
}