From: Dana Jansens Date: Mon, 29 Sep 2003 03:39:49 +0000 (+0000) Subject: was adding a data dir to the config dirs list X-Git-Tag: openbox-3_0-rc1-RELEASE~4 X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=commitdiff_plain;h=26a7e6b31a5578127f910c9767b43a0cd1ddb30c was adding a data dir to the config dirs list --- diff --git a/parser/parse.c b/parser/parse.c index 0bd7779..deee3c4 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);