all repos — openbox @ 26a7e6b31a5578127f910c9767b43a0cd1ddb30c

openbox fork - make it a bit more like ryudo

was adding a data dir to the config dirs list
Dana Jansens danakj@orodu.net
commit

26a7e6b31a5578127f910c9767b43a0cd1ddb30c

parent

43dabc2b9b54de4e76b9c96c6a36e3e0cf6b4ce6

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M parser/parse.cparser/parse.c

@@ -329,8 +329,8 @@ xdg_data_dir_paths = g_slist_append(xdg_data_dir_paths,

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);