Add removed things from bacadi55 commits

This commit is contained in:
Martin Duquesnoy 2011-02-15 17:59:25 +01:00
parent db98e3978b
commit dcf3979c00

View File

@ -1142,6 +1142,9 @@ client_set_rules(Client *c)
if(!conf.rule[i].ignoretags)
tags[c->screen][c->tag].layout.func(c->screen);
if(conf.rule[i].follow_client)
seltag[c->screen] = c->tag;
}
}
}