telak: fix default timer

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-04-11 14:11:44 +02:00
parent dc82832ccf
commit d4ea61f4d3
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ local function new(_, args)
w.widgets = wimg w.widgets = wimg
data[w].cb = function () update(w) end data[w].cb = function () update(w) end
hooks.timer.register(args.timer or 3, data[w].cb) hooks.timer.register(args.timer or 300, data[w].cb)
update(w) update(w)