dwm-meillo

changeset 200:592b26ac1acc

small fix of the last commit
author arg@10ksloc.org
date Sat, 05 Aug 2006 14:57:26 +0200
parents 955b4f217c2d
children 124671c251ee
files client.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/client.c	Sat Aug 05 14:56:32 2006 +0200
     1.2 +++ b/client.c	Sat Aug 05 14:57:26 2006 +0200
     1.3 @@ -466,7 +466,7 @@
     1.4  {
     1.5  	Client *c;
     1.6  
     1.7 -	if(!sel || arrange != dotile)
     1.8 +	if(!sel || (arrange != dotile) || sel->isfloat)
     1.9  		return;
    1.10  
    1.11  	if(sel == getnext(clients) && sel->next)  {