Fix #890: Option to not save last_path
authorColin Clark <colin.clark@cclark.uk>
Sun, 2 May 2021 09:32:51 +0000 (10:32 +0100)
committerColin Clark <colin.clark@cclark.uk>
Sun, 2 May 2021 09:32:51 +0000 (10:32 +0100)
commitb61082158986beb33e9177bb7e05ae3e671f3c6b
treefb6a7821d202a66d9344696e0ed5d86f79bdcb71
parentd79f9b2974afe9e8630e73951d5c54f8859aeaf1
Fix #890: Option to not save last_path

https://github.com/BestImageViewer/geeqie/issues/890

last_path is saved both in geeqierc.xml and in the [path_list] section
of the History file.

Unnecessary writes to the configuration file are avoided by using only
the History file value.
src/layout.c