Browse Source

yet another consistency fix of dwm

master
Anselm R. Garbe 18 years ago
parent
commit
6ba400ee0f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      view.c

+ 1
- 1
view.c View File

@ -207,7 +207,7 @@ restack(void) {
void
togglefloat(Arg *arg) {
if (!sel || arrange == dofloat)
if(!sel || arrange == dofloat)
return;
sel->isfloat = !sel->isfloat;
arrange();


Loading…
Cancel
Save