From: Dana Jansens Date: Mon, 28 Jul 2003 04:45:45 +0000 (+0000) Subject: use teh save file not the session id X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=ecab6fe3c8cde22e0d21c7df1714f3dabdac4160;p=chaz%2Fopenbox use teh save file not the session id --- diff --git a/openbox/session.c b/openbox/session.c index 324e2848..12af441f 100644 --- a/openbox/session.c +++ b/openbox/session.c @@ -81,7 +81,7 @@ static void save_commands() } file_path = g_build_filename(g_get_home_dir(), ".openbox", "sessions", - ob_sm_id, NULL); + save_file, NULL); prop_res.vals[j].value = "--sm-save-file"; prop_res.vals[j++].length = strlen("--sm-save-file");