f0368c21c5
The return value for this function is used as an index in a table and Lua does not like nil as an index. The function that actually looks for icons, find_icon_theme() already falls back to "hicolor" if it does not find anything via the current theme, so fix this issue by just falling back to "hicolor" here as well. Fixes: https://github.com/awesomeWM/awesome/issues/1819 Signed-off-by: Uli Schlachter <psychon@znc.in> |
||
---|---|---|
.. | ||
icon_theme.lua | ||
index_theme.lua | ||
init.lua | ||
menu_gen.lua | ||
utils.lua |