# HG changeset patch # User Anselm R. Garbe # Date 1156836314 -7200 # Node ID fc279cd6c7be3af2ce1d601daa564820b0fcf2f0 # Parent 83576f5f0a90a7642582fc2c84527bd6225b6233 fix client position in list also on tag and toggletag diff -r 83576f5f0a90 -r fc279cd6c7be tag.c --- a/tag.c Tue Aug 29 09:23:44 2006 +0200 +++ b/tag.c Tue Aug 29 09:25:14 2006 +0200 @@ -120,6 +120,8 @@ 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 @@ if(i == ntags) sel->tags[arg->i] = True; settitle(sel); + detach(sel); + attach(sel); if(!isvisible(sel)) arrange(NULL); else