summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSachin Daluja <30343-sachindaluja@users.noreply.gitlab.gnome.org>2020-12-05 12:46:42 -0500
committerAntónio Fernandes <antoniof@gnome.org>2021-01-17 17:42:16 +0000
commit470aaf23f768264e117461af215e5ee429ae1d67 (patch)
tree59898b5e1400bf9a1130b146e650b74828ccdfbe
parentaa16b372fdb994b050d113d4951e0a2363b58050 (diff)
downloadnautilus-470aaf23f768264e117461af215e5ee429ae1d67.tar.gz
file-operations: Set "skipped" flag on error
During a move operation the "skipped" flag was not being set when there was an error deleting the source directory after copying the source directory to the new location if "skip-all-error" was selected during a previous user interaction in the same operation.
-rw-r--r--src/nautilus-file-operations.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-file-operations.c b/src/nautilus-file-operations.c
index 43ed33941..b5af920f4 100644
--- a/src/nautilus-file-operations.c
+++ b/src/nautilus-file-operations.c
@@ -5011,6 +5011,7 @@ retry:
if (job->skip_all_error)
{
+ local_skipped_file = TRUE;
goto skip;
}
basename = get_basename (src);