From fbfcc495fc95f90edff8912a2895bbff79aebc28 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Mon, 13 Sep 2010 22:26:33 +0200 Subject: init: comment connect_signal for users of awesome master Thanks to all who sent patches. Usually I would support master, but in this case we are very far from the next release. In addition master is (much more than usually) unstable right now. --- init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 3159718..4ee9287 100644 --- a/init.lua +++ b/init.lua @@ -118,6 +118,8 @@ local function regregister(reg) timer = capi.timer({ timeout = reg.timer }) } timers[reg.update].timer:add_signal("timeout", reg.update) + -- Connect signals in development versions of awesome + --timers[reg.update].timer:connect_signal("timeout", reg.update) timers[reg.update].timer:start() end -- cgit v1.2.3