summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--weather-widget/weather.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/weather-widget/weather.lua b/weather-widget/weather.lua
index 84e75d8..715c974 100644
--- a/weather-widget/weather.lua
+++ b/weather-widget/weather.lua
@@ -538,7 +538,7 @@ local function worker(user_args)
})
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
weather_widget:set_bg('#00000000')
weather_popup.visible = not weather_popup.visible