From 8b23b1a5b47a9b75532ada2a52cf6a2b9bd34458 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 20 Jan 2008 12:48:11 -0500 Subject: [PATCH] put openbox saved sessions in CACHE_HOME not DATA_HOME. more correct! i think. --- openbox/session.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openbox/session.c b/openbox/session.c index c38a820..56ae7ab 100644 --- a/openbox/session.c +++ b/openbox/session.c @@ -99,7 +99,8 @@ void session_startup(gint argc, gchar **argv) sm_argv = argv; p = obt_paths_new(); - dir = g_build_filename(obt_paths_data_home(p), "openbox", "sessions",NULL); + dir = g_build_filename(obt_paths_cache_home(p), + "openbox", "sessions", NULL); obt_paths_unref(p), p = NULL; if (!obt_paths_mkdir_path(dir, 0700)) { -- 1.9.1