Merge pull request #117 from aajjbb/fs-widget-fix

fixing small typo in fs widget which lead to nil reference
This commit is contained in:
Luke Bonham 2015-07-12 10:57:10 +02:00
commit 10cd5d629d

View file

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