aboutsummaryrefslogtreecommitdiff
path: root/view.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-09-05 13:21:59 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-09-05 13:21:59 +0200
commit4633fbec616d2f130dfd5d8677e103cf47d26c15 (patch)
treee8d05de7bb30136305b3c1e6c167ad5a99ec3d02 /view.c
parent25060031a5e9a505c53d8462c087d80013ffdc16 (diff)
right, multihead issue is not involved with growcol
Diffstat (limited to 'view.c')
-rw-r--r--view.c2
1 files changed, 1 insertions, 1 deletions
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)