projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19da197
)
added missing arrange
author
Anselm R.Garbe
<arg@10ksloc.org>
Mon, 14 Aug 2006 15:14:22 +0000
(17:14 +0200)
committer
Anselm R.Garbe
<arg@10ksloc.org>
Mon, 14 Aug 2006 15:14:22 +0000
(17:14 +0200)
tag.c
patch
|
blob
|
history
diff --git
a/tag.c
b/tag.c
index 51407e3e3712201a44c87ebd62281cd4e4a22d35..f6f4535a4fce7793ded49099ee67238edb2930e1 100644
(file)
--- a/
tag.c
+++ b/
tag.c
@@
-269,6
+269,7
@@
tag(Arg *arg)
sel->tags[i] = False;
sel->tags[arg->i] = True;
settitle(sel);
+ arrange(NULL);
}
void