was adding a data dir to the config dirs list
This commit is contained in:
parent
43dabc2b9b
commit
26a7e6b31a
1 changed files with 2 additions and 2 deletions
|
@ -329,7 +329,7 @@ void parse_paths_startup()
|
||||||
g_build_filename
|
g_build_filename
|
||||||
(G_DIR_SEPARATOR_S,
|
(G_DIR_SEPARATOR_S,
|
||||||
"usr", "share", NULL));
|
"usr", "share", NULL));
|
||||||
xdg_config_dir_paths = g_slist_append(xdg_config_dir_paths,
|
xdg_data_dir_paths = g_slist_append(xdg_data_dir_paths,
|
||||||
g_strdup(DATADIR));
|
g_strdup(DATADIR));
|
||||||
}
|
}
|
||||||
xdg_data_dir_paths = g_slist_prepend(xdg_data_dir_paths,
|
xdg_data_dir_paths = g_slist_prepend(xdg_data_dir_paths,
|
||||||
|
|
Loading…
Reference in a new issue