mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
src/common/dirs.c: add missing slash
Change "opt/share/themes" to "/opt/share/themes"
This commit is contained in:
parent
519375a7f8
commit
b94f3b1af0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue