From 937cabfa0aad7eef6d25e9d142a478163de200c5 Mon Sep 17 00:00:00 2001 From: "arg@10ksloc.org" Date: Tue, 1 Aug 2006 11:49:19 +0200 Subject: committed a patch which fixes the hints of Jukka --- draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draw.c') diff --git a/draw.c b/draw.c index 0c920e5..4f8594c 100644 --- a/draw.c +++ b/draw.c @@ -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(); } -- cgit v1.2.3-54-g00ecf