summaryrefslogtreecommitdiff
path: root/parser/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser/parse.c')
-rw-r--r--parser/parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/parser/parse.c b/parser/parse.c
index 0bd77797..deee3c44 100644
--- a/parser/parse.c
+++ b/parser/parse.c
@@ -329,8 +329,8 @@ void parse_paths_startup()
g_build_filename
(G_DIR_SEPARATOR_S,
"usr", "share", NULL));
- xdg_config_dir_paths = g_slist_append(xdg_config_dir_paths,
- g_strdup(DATADIR));
+ xdg_data_dir_paths = g_slist_append(xdg_data_dir_paths,
+ g_strdup(DATADIR));
}
xdg_data_dir_paths = g_slist_prepend(xdg_data_dir_paths,
xdg_data_home_path);