use teh save file not the session id

This commit is contained in:
Dana Jansens 2003-07-28 04:45:45 +00:00
parent 73374510cc
commit ecab6fe3c8

View file

@ -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");