Client: Fix mistake

This commit is contained in:
Martin Duquesnoy
2010-08-10 14:22:03 +02:00
parent 695cf69790
commit 5d9ad3e1db

View File

@@ -1070,7 +1070,7 @@ client_set_rules(Client *c)
c->flags |= MaxFlag;
}
if(c->tag != seltag[c->screen])
if(c->tag != seltag[selscreen])
{
tags[c->screen][c->tag].request_update = True;
client_focus(NULL);