mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
awful: update titlebar after adding it
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
3e13545cc9
commit
7c6743d89b
1 changed files with 2 additions and 2 deletions
|
@ -1466,9 +1466,9 @@ function titlebar.add(c, args)
|
|||
})
|
||||
end
|
||||
|
||||
titlebar.update(c)
|
||||
|
||||
c.titlebar = tb
|
||||
|
||||
titlebar.update(c)
|
||||
end
|
||||
|
||||
--- Update a titlebar. This should be called in some hooks.
|
||||
|
|
Loading…
Reference in a new issue