awful.widget: tasklist need update on arrange

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-12-04 00:06:22 +01:00
parent ab2502c6c6
commit 77510610d2
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ function tasklist.new(label, buttons)
end end
end end
end end
hooks.arrange.register(tasklist_update)
hooks.clients.register(tasklist_update) hooks.clients.register(tasklist_update)
hooks.tagged.register(tasklist_update) hooks.tagged.register(tasklist_update)
hooks.focus.register(tasklist_update) hooks.focus.register(tasklist_update)