Skip to content

fix crash when clicking on recently opened file entry

Crash when clicking on the recently opened files list

Commit 5d235626 accidentally changed last_opened_row.set_name(path) to pass in a file path (and perhaps an relative at that) instead of the full file URI. However on clicking the entry, we retrieve the name and treat it as an URI, which fails and crashs.

Fixes https://gitlab.gnome.org/World/PasswordSafe/-/issues/220

Edited by David Heidelberg

Merge request reports