Mercurial > dwm-meillo
diff tag.c @ 533:a5567a0d3011 1.9
do* has no Arg arument anymore (never called directly)
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Fri, 06 Oct 2006 13:06:37 +0200 |
parents | 651f2c868b31 |
children | 797e27162b43 |
line wrap: on
line diff
--- a/tag.c Fri Oct 06 11:50:15 2006 +0200 +++ b/tag.c Fri Oct 06 13:06:37 2006 +0200 @@ -117,7 +117,7 @@ sel->tags[i] = False; sel->tags[arg->i] = True; sel->weight = arg->i; - arrange(NULL); + arrange(); } void @@ -131,5 +131,5 @@ if(i == ntags) sel->tags[arg->i] = True; sel->weight = (i == ntags) ? arg->i : i; - arrange(NULL); + arrange(); }