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:
commit
10cd5d629d
1 changed files with 2 additions and 2 deletions
|
@ -106,8 +106,8 @@ local function worker(args)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
widget:connect_signal('mouse::enter', function () fs:show(0) end)
|
fs.widget:connect_signal('mouse::enter', function () fs:show(0) end)
|
||||||
widget:connect_signal('mouse::leave', function () fs:hide() end)
|
fs.widget:connect_signal('mouse::leave', function () fs:hide() end)
|
||||||
|
|
||||||
helpers.newtimer(partition, timeout, update)
|
helpers.newtimer(partition, timeout, update)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue