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 committed by copycat-killer
parent fb358dcd04
commit 72556c9cd1
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)