use teh save file not the session id
This commit is contained in:
parent
73374510cc
commit
ecab6fe3c8
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ static void save_commands()
|
||||||
}
|
}
|
||||||
|
|
||||||
file_path = g_build_filename(g_get_home_dir(), ".openbox", "sessions",
|
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].value = "--sm-save-file";
|
||||||
prop_res.vals[j++].length = strlen("--sm-save-file");
|
prop_res.vals[j++].length = strlen("--sm-save-file");
|
||||||
|
|
Loading…
Reference in a new issue