src/common/dirs.c: add missing slash

Change "opt/share/themes" to "/opt/share/themes"
This commit is contained in:
Johan Malm 2022-04-26 21:50:24 +01:00
parent 519375a7f8
commit b94f3b1af0

View file

@ -32,7 +32,7 @@ static struct dir theme_dirs[] = {
{ "XDG_DATA_DIRS", "themes" },
{ NULL, "/usr/share/themes" },
{ NULL, "/usr/local/share/themes" },
{ NULL, "opt/share/themes" },
{ NULL, "/opt/share/themes" },
{ NULL, NULL }
};