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

View file

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