diff options
author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-18 11:45:32 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-18 11:45:32 +0200 |
commit | 0aaa9a21f334a5c75b7efce2712384f57bd370cd (patch) | |
tree | 69a9ca6c1c808555ddbe9ef51620c7b1e51f1557 /tag.c | |
parent | 4f8b08d330a6c377ab919f48b8e922d1c5ded601 (diff) | |
download | dwm-0aaa9a21f334a5c75b7efce2712384f57bd370cd.tar dwm-0aaa9a21f334a5c75b7efce2712384f57bd370cd.tar.gz dwm-0aaa9a21f334a5c75b7efce2712384f57bd370cd.tar.bz2 |
pop on heretag
Diffstat (limited to 'tag.c')
-rw-r--r-- | tag.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |