aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2013-12-15 18:20:50 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2013-12-15 18:27:12 +0100
commit52cbb64144b3134a0bf131c91fbcf25650a0b219 (patch)
treefc42d2f1d7ec7d85ba42bdb05a346c6f31c8959c
parent7961ca145479e364fe64ec082e24545bd0f3c4bb (diff)
downloadvicious-legacy-52cbb64144b3134a0bf131c91fbcf25650a0b219.tar.xz
Revert "init: emit timeout instead of forced update"
This reverts commit 932bd8dfc because with shared timers feature from commit 211d4509 shared timer emitting timeout can update all shared objects.
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 46fdec5..2d28980 100644
--- a/init.lua
+++ b/init.lua
@@ -132,7 +132,7 @@ local function regregister(reg)
tm:start()
end
-- Initial update
- tm:emit_signal("timeout")
+ reg.update()
end
reg.running = true
end