]> Dogcows Code - chaz/openbox/commitdiff
use teh save file not the session id
authorDana Jansens <danakj@orodu.net>
Mon, 28 Jul 2003 04:45:45 +0000 (04:45 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 28 Jul 2003 04:45:45 +0000 (04:45 +0000)
openbox/session.c

index 324e2848ee2066763aa68a6e6af90312562eeaaa..12af441f583d38cf8801ec3a1721f62b8b8ffb13 100644 (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");
This page took 0.024843 seconds and 4 git commands to generate.