Commit f4208e7

arg@10ksloc.org <unknown>
2006-08-05 08:57:26
small fix of the last commit
1 parent ecc95c9
Changed files (1)
client.c
@@ -466,7 +466,7 @@ zoom(Arg *arg)
 {
 	Client *c;
 
-	if(!sel || arrange != dotile)
+	if(!sel || (arrange != dotile) || sel->isfloat)
 		return;
 
 	if(sel == getnext(clients) && sel->next)  {