# HG changeset patch # User Anselm R.Garbe # Date 1155562403 -7200 # Node ID 1e7fa455e3b4bab49996ce64fe93f97dddc19497 # Parent 9a0a351dd91053c4f06ba408c3bca0f21c74e9e6 applied the saner patch (removed the pathetic one) diff -r 9a0a351dd910 -r 1e7fa455e3b4 tag.c --- 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