From: Dana Jansens Date: Sun, 20 Jan 2008 17:48:11 +0000 (-0500) Subject: put openbox saved sessions in CACHE_HOME not DATA_HOME. more correct! i think. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=8b23b1a5b47a9b75532ada2a52cf6a2b9bd34458;p=chaz%2Fopenbox put openbox saved sessions in CACHE_HOME not DATA_HOME. more correct! i think. --- diff --git a/openbox/session.c b/openbox/session.c index c38a8204..56ae7ab1 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)) {