diff draw.c @ 142:9b9deafa0508

committed a patch which fixes the hints of Jukka
author arg@10ksloc.org
date Tue, 01 Aug 2006 11:49:19 +0200
parents 75576e44c1d8
children 21071ae1fe68
line wrap: on
line diff
--- a/draw.c	Fri Jul 21 21:15:39 2006 +0200
+++ b/draw.c	Tue Aug 01 11:49:19 2006 +0200
@@ -99,7 +99,7 @@
 {
 	Client *c;
 
-	for(c = clients; c; c = getnext(c->next, tsel))
+	for(c = clients; c; c = getnext(c->next))
 		drawtitle(c);
 	drawstatus();
 }