(Ozone) Fix regression with sidebar textures

This commit is contained in:
twinaphex 2019-09-19 09:03:07 +02:00
parent e7eb0e2b3e
commit 71cc43651a

View File

@ -644,14 +644,14 @@ void ozone_context_reset_horizontal_list(ozone_handle_t *ozone)
PATH_MAX_LENGTH * sizeof(char));
fill_pathname_join_concat(texturepath, icons_path, sysname,
".lpl",
".png",
PATH_MAX_LENGTH * sizeof(char));
/* If the playlist icon doesn't exist return default */
if (!path_is_valid(texturepath))
fill_pathname_join_concat(texturepath, icons_path, "default",
".lpl",
".png",
PATH_MAX_LENGTH * sizeof(char));
ti.width = 0;