mirror of https://github.com/lcpz/lain.git
fixing small typo in fs widget which lead to nil reference
This commit is contained in:
parent
6457c4d2c3
commit
7af06fff37
|
@ -106,8 +106,8 @@ local function worker(args)
|
|||
end
|
||||
end
|
||||
|
||||
widget:connect_signal('mouse::enter', function () fs:show(0) end)
|
||||
widget:connect_signal('mouse::leave', function () fs:hide() end)
|
||||
fs.widget:connect_signal('mouse::enter', function () fs:show(0) end)
|
||||
fs.widget:connect_signal('mouse::leave', function () fs:hide() end)
|
||||
|
||||
helpers.newtimer(partition, timeout, update)
|
||||
|
||||
|
|
Loading…
Reference in New Issue