was adding a data dir to the config dirs list

This commit is contained in:
Dana Jansens 2003-09-29 03:39:49 +00:00
parent 43dabc2b9b
commit 26a7e6b31a

View file

@ -329,8 +329,8 @@ 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,
xdg_data_home_path); xdg_data_home_path);