[nautilus] file-operations: Set "skipped" flag on error
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] file-operations: Set "skipped" flag on error
- Date: Sun, 17 Jan 2021 22:04:23 +0000 (UTC)
commit 470aaf23f768264e117461af215e5ee429ae1d67
Author: Sachin Daluja <30343-sachindaluja users noreply gitlab gnome org>
Date: Sat Dec 5 12:46:42 2020 -0500
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.
src/nautilus-file-operations.c | 1 +
1 file changed, 1 insertion(+)
---
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]