[weather] replace deprecated join table function
This commit is contained in:
parent
0054af2de3
commit
79490b3bdd
|
@ -538,7 +538,7 @@ local function worker(user_args)
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
weather_widget:buttons(awful.util.table.join(awful.button({}, 1, function()
|
weather_widget:buttons(gears.table.join(awful.button({}, 1, function()
|
||||||
if weather_popup.visible then
|
if weather_popup.visible then
|
||||||
weather_widget:set_bg('#00000000')
|
weather_widget:set_bg('#00000000')
|
||||||
weather_popup.visible = not weather_popup.visible
|
weather_popup.visible = not weather_popup.visible
|
||||||
|
|
Loading…
Reference in New Issue