Mercurial > dwm-meillo
changeset 277:1e7fa455e3b4
applied the saner patch (removed the pathetic one)
author | Anselm R.Garbe <arg@10ksloc.org> |
---|---|
date | Mon, 14 Aug 2006 15:33:23 +0200 (2006-08-14) |
parents | 9a0a351dd910 |
children | c1187ddcd7f7 |
files | tag.c |
diffstat | 1 files changed, 3 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/tag.c Mon Aug 14 15:31:58 2006 +0200 +++ b/tag.c Mon Aug 14 15:33:23 2006 +0200 @@ -37,15 +37,11 @@ void appendtag(Arg *arg) { - Client *c = sel; - - if(!c) + if(!sel) return; - c->tags[arg->i] = True; - arrange(NULL); - focus(c); - restack(); + sel->tags[arg->i] = True; + settitle(sel); } void