small fix of the last commit f4208e7c
arg@10ksloc.org · 2006-08-05 14:57 1 file(s) · +1 −1
client.c +1 −1
466 466
{
467 467
	Client *c;
468 468
469 -
	if(!sel || arrange != dotile)
469 +
	if(!sel || (arrange != dotile) || sel->isfloat)
470 470
		return;
471 471
472 472
	if(sel == getnext(clients) && sel->next)  {