fix client position in list also on tag and toggletag
Anselm R. Garbe arg@10kloc.org
Tue, 29 Aug 2006 09:25:14 +0200
1 files changed,
4 insertions(+),
0 deletions(-)
jump to
M
tag.c
→
tag.c
@@ -120,6 +120,8 @@ for(i = 0; i < ntags; i++)
sel->tags[i] = False; sel->tags[arg->i] = True; settitle(sel); + detach(sel); + attach(sel); if(!isvisible(sel)) arrange(NULL); else@@ -139,6 +141,8 @@ for(i = 0; i < ntags && !sel->tags[i]; i++);
if(i == ntags) sel->tags[arg->i] = True; settitle(sel); + detach(sel); + attach(sel); if(!isvisible(sel)) arrange(NULL); else