awful: update titlebar after adding it

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-09-01 09:38:46 +02:00
parent 3e13545cc9
commit 7c6743d89b

View file

@ -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.