added missing arrange

This commit is contained in:
Anselm R.Garbe 2006-08-14 17:14:22 +02:00
parent 19da197f58
commit 57e6e3bb80
1 changed files with 1 additions and 0 deletions

1
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