fixing small typo in fs widget which lead to nil reference

This commit is contained in:
aajjbb 2015-07-11 14:19:12 -03:00
parent 6457c4d2c3
commit 7af06fff37
1 changed files with 2 additions and 2 deletions

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)