]> Dogcows Code - chaz/openbox/blobdiff - parser/parse.c
dont queue up interative end actions
[chaz/openbox] / parser / parse.c
index 510320b6a48f669fed2b8d7eeced857532df255b..deee3c44112e1d4e198518f54ee4711de5733930 100644 (file)
@@ -1,4 +1,4 @@
-/* -*- indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*-
+/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    parse.c for the Openbox window manager
    Copyright (c) 2003        Ben Jansens
@@ -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);
This page took 0.020241 seconds and 4 git commands to generate.