awful: update titlebar after adding it
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
3e13545cc9
commit
7c6743d89b
|
@ -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 New Issue