From ecab6fe3c8cde22e0d21c7df1714f3dabdac4160 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 28 Jul 2003 04:45:45 +0000 Subject: [PATCH] use teh save file not the session id --- openbox/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.45.2