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.
This commit is contained in:
Adrian C. (anrxc) 2010-09-13 22:26:33 +02:00
parent 1d7f64651b
commit fbfcc495fc
1 changed files with 2 additions and 0 deletions

View File

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