# HG changeset patch # User Anselm R. Garbe # Date 1171297251 -3600 # Node ID c5f9c2d806e76c6f7f0d4bde5db26bcc31248962 # Parent 154b5d4b4a266d4adeef0554e5cf8ac4f2dd171d yet another consistency fix of dwm diff -r 154b5d4b4a26 -r c5f9c2d806e7 view.c --- a/view.c Mon Feb 12 16:41:46 2007 +0100 +++ b/view.c Mon Feb 12 17:20:51 2007 +0100 @@ -207,7 +207,7 @@ void togglefloat(Arg *arg) { - if (!sel || arrange == dofloat) + if(!sel || arrange == dofloat) return; sel->isfloat = !sel->isfloat; arrange();