]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
move the xdg path stuff into obt/paths.[ch], and make render and openbox use it
[chaz/openbox] / openbox / openbox.c
index 92d0bbf6334503c85426b37ffe294805f212e4fe..c9979325e3aee6fece82e91e7f80b49877f32484 100644 (file)
@@ -135,11 +135,8 @@ gint main(gint argc, gchar **argv)
     program_name = g_path_get_basename(argv[0]);
     g_set_prgname(program_name);
 
-    if (!remote_control) {
-        parse_paths_startup();
-
+    if (!remote_control)
         session_startup(argc, argv);
-    }
 
     if (!obt_display_open(NULL))
         ob_exit_with_error(_("Failed to open the display from the DISPLAY environment variable."));
@@ -371,8 +368,6 @@ gint main(gint argc, gchar **argv)
 
     obt_display_close(obt_display);
 
-    parse_paths_shutdown();
-
     if (restart) {
         if (restart_path != NULL) {
             gint argcp;
This page took 0.020525 seconds and 4 git commands to generate.