From 4633fbec616d2f130dfd5d8677e103cf47d26c15 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Tue, 5 Sep 2006 13:21:59 +0200 Subject: [PATCH] right, multihead issue is not involved with growcol --- view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view.c b/view.c index 8f5ad64..4c656f3 100644 --- a/view.c +++ b/view.c @@ -174,7 +174,7 @@ growcol(Arg *arg) { 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) -- 1.7.10.4