Merge pull request #1846 from psychon/menubar-no-icon-theme

menubar.icon_theme: Never use nil as icon theme name
This commit is contained in:
Emmanuel Lepage Vallée 2017-06-14 05:27:16 -04:00 committed by GitHub
commit 2192e61f89
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ local get_default_icon_theme_name = function()
end end
end end
end end
return nil return "hicolor"
end end
local icon_theme = { mt = {} } local icon_theme = { mt = {} }