diff options
Diffstat (limited to 'parser')
| -rw-r--r-- | parser/parse.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/parser/parse.c b/parser/parse.c index 16745650..85ffc151 100644 --- a/parser/parse.c +++ b/parser/parse.c @@ -417,6 +417,9 @@ void parse_paths_startup() xdg_data_dir_paths = split_paths(path); else { xdg_data_dir_paths = slist_path_add(xdg_data_dir_paths, + g_strdup(DATADIR), + (GSListFunc) g_slist_append); + xdg_data_dir_paths = slist_path_add(xdg_data_dir_paths, g_build_filename (G_DIR_SEPARATOR_S, "usr", "local", "share", NULL), @@ -426,9 +429,6 @@ void parse_paths_startup() (G_DIR_SEPARATOR_S, "usr", "share", NULL), (GSListFunc) g_slist_append); - xdg_data_dir_paths = slist_path_add(xdg_data_dir_paths, - g_strdup(DATADIR), - (GSListFunc) g_slist_append); } xdg_data_dir_paths = slist_path_add(xdg_data_dir_paths, g_strdup(xdg_data_home_path), |
