right, multihead issue is not involved with growcol
authorAnselm R. Garbe <arg@10kloc.org>
Tue, 05 Sep 2006 13:21:59 +0200
changeset 419 7a65674a0fd7
parent 418 0f351a3e5c21
child 420 c033e1ade281
right, multihead issue is not involved with growcol
view.c
--- a/view.c	Tue Sep 05 13:20:29 2006 +0200
+++ b/view.c	Tue Sep 05 13:21:59 2006 +0200
@@ -174,7 +174,7 @@
 {
 	Client *c = getnext(clients);
 
-	if(!sel || !c || !getnext(c->next) || (arrange != dotile))
+	if(!sel || !getnext(c->next) || (arrange != dotile))
 		return;
 	if(sel == getnext(clients)) {
 		if(mw + arg->i > sw - 100)