Skip to content
Commit 24dae9e0 authored by Razvan Chitu's avatar Razvan Chitu
Browse files

file-operations: avoid scanning the same files

In some situations when operating on a set of files, the same file can be
scanned more than once. An example would be when the input set of files contains
a directory's child before the directory itself. This leads to wrong progress
information being displayed. In order to fix this, keep a set of the files
scanned so far.

https://bugzilla.gnome.org/show_bug.cgi?id=766027
parent 36e506a7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment