Commit c7ae633

Anselm R. Garbe <arg@10kloc.org>
2006-09-05 07:19:18
applied a fix related to Sanders remark to growcol
1 parent eac0488
Changed files (1)
view.c
@@ -172,7 +172,7 @@ focusprev(Arg *arg)
 void
 growcol(Arg *arg)
 {
-	if(!sel || (arrange != dotile))
+	if(!sel || !clients || !clients->next || (arrange != dotile))
 		return;
 	if(sel == getnext(clients)) {
 		if(mw + arg->i > sw - 100)