fix variable name

This commit is contained in:
Dario Gjorgjevski 2015-11-02 22:51:57 +01:00
parent 305e0e57b2
commit 9f8eb5d0a2
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ local function worker(args)
local followmouse = args.followmouse or false
local settings = args.settings or function() end
weather.widget = wibox.widget.textbox(weather_na_text)
weather.widget = wibox.widget.textbox(weather_na_markup)
weather.icon_path = icons_path .. "na.png"
weather.icon = wibox.widget.imagebox(weather.icon_path)