pop on heretag

This commit is contained in:
Anselm R. Garbe 2006-07-18 11:45:32 +02:00
parent 4f8b08d330
commit 0aaa9a21f3
3 changed files with 16 additions and 8 deletions

2
tag.c
View file

@ -136,7 +136,7 @@ heretag(Arg *arg)
for(i = 0; i < TLast; i++)
c->tags[i] = NULL;
c->tags[tsel] = tags[tsel];
arrange(NULL);
pop(c);
focus(c);
}