Fix typo
This commit is contained in:
parent
3b2efbc150
commit
bdaed84429
1 changed files with 1 additions and 2 deletions
|
@ -110,8 +110,7 @@ togglebar(const Arg *arg)
|
|||
void
|
||||
updatebar(Monitor *m)
|
||||
{
|
||||
m->show_bar =
|
||||
unit_get_show_bar(selmon->pertag->units[selmon->pertag->curtag]);
|
||||
m->show_bar = unit_get_show_bar(m->pertag->units[m->pertag->curtag]);
|
||||
|
||||
updatebarpos(m);
|
||||
resizebarwin(m);
|
||||
|
|
Loading…
Reference in a new issue