t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 6ba400ee0fa55d1178cac5f38f4465a1ddf30490
   DIR parent 35e65ea64095d4a2ef305b20aac9d72624af514c
   URI Author: Anselm R. Garbe <arg@suckless.org>
       Date:   Mon, 12 Feb 2007 17:20:51 +0100
       
       yet another consistency fix of dwm
       Diffstat:
         M view.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/view.c b/view.c
       t@@ -207,7 +207,7 @@ restack(void) {
        
        void
        togglefloat(Arg *arg) {
       -        if (!sel || arrange == dofloat)
       +        if(!sel || arrange == dofloat)
                        return;
                sel->isfloat = !sel->isfloat;
                arrange();