summaryrefslogtreecommitdiff
path: root/media
diff options
context:
space:
mode:
authorFabian Henneke <FabianHenneke@users.noreply.github.com>2020-03-26 19:08:01 +0100
committerGitHub <noreply@github.com>2020-03-26 19:08:01 +0100
commitde4cc638609da49c55766ea8cf3428a637badb7f (patch)
tree75d195971cf3982040ec5cc1e91862f545ea4420 /media
parenta736dcc255b768f4275a200990943ab2c3567d0a (diff)
Fix deletion of individual password files (#668)
Commit fde8137b (#659) introduced a regression that results in Password Store crashing when the user tries to delete a single password file as opposed to a directory. The root cause is a call of FileUtils.listFiles() on the selected item, which only works for directories. The fix is to work with a list consisting only of the selected item if it happens to be a file.
Diffstat (limited to 'media')
0 files changed, 0 insertions, 0 deletions