BestImageViewer / geeqie

claiming to be the best image viewer / photo collection browser
http://www.geeqie.org/
GNU General Public License v2.0
490 stars 79 forks source link

[Patch atached] One of refactors broke mtime #1545

Closed installgentoo closed 6 days ago

installgentoo commented 1 week ago

Setup (please complete the following information):

Describe the bug src/ui-fileops.cc:532 is intended to set mtime to the original file's mtime. It does so. Then once copy_file exits time is reset to current time. This happens because someone added unique_ptr without thinking.

To reproduce Copy any file(s)

Additional context If you would please consult the patch. mtime.patch

caclark commented 6 days ago

Does #1535 affect this?

installgentoo commented 6 days ago

@caclark

It's the same issue so yea, you can close this

installgentoo commented 6 days ago

duplicate