This commit is contained in:
Arun Prakash Jana 2021-06-03 03:15:09 +05:30
parent ccce80a1e9
commit f27e93fba0
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -7219,7 +7219,7 @@ nochange:
if (r == 's') {
tmp = xreadline(NULL, messages[MSG_SSN_NAME]);
if (tmp && *tmp)
save_session(FALSE, &presel);
save_session(tmp, &presel);
} else if (r == 'l' || r == 'r') {
if (load_session(NULL, &path, &lastdir, &lastname, r == 'r')) {
setdirwatch();