small fix of the last commit
authorarg@10ksloc.org
Sat, 05 Aug 2006 14:57:26 +0200
changeset 200 592b26ac1acc
parent 199 955b4f217c2d
child 201 124671c251ee
small fix of the last commit
client.c
--- a/client.c	Sat Aug 05 14:56:32 2006 +0200
+++ b/client.c	Sat Aug 05 14:57:26 2006 +0200
@@ -466,7 +466,7 @@
 {
 	Client *c;
 
-	if(!sel || arrange != dotile)
+	if(!sel || (arrange != dotile) || sel->isfloat)
 		return;
 
 	if(sel == getnext(clients) && sel->next)  {