Browse Source

added missing arrange

master
Anselm R.Garbe 18 years ago
parent
commit
57e6e3bb80
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tag.c

+ 1
- 0
tag.c View File

@ -269,6 +269,7 @@ tag(Arg *arg)
sel->tags[i] = False;
sel->tags[arg->i] = True;
settitle(sel);
arrange(NULL);
}
void


Loading…
Cancel
Save