Client: Update selbar if selected client get a new title

This commit is contained in:
Martin Duquesnoy 2010-03-25 12:36:34 +01:00
parent 4199b7bb50
commit 8a236cc7ac

View File

@ -396,6 +396,9 @@ client_get_name(Client *c)
frame_update(c);
if(conf.bars.selbar && c == sel)
infobar_draw_selbar(c->screen);
return;
}