[nautilus] file-operations: rename calls to transfer_file_add_to_count
- From: Ernestas Kulik <ernestask src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] file-operations: rename calls to transfer_file_add_to_count
- Date: Mon, 22 Aug 2016 08:50:28 +0000 (UTC)
commit d033e12a279b8d41ad8bdaa3b44f5792ef18ce80
Author: Ernestas Kulik <ernestask src gnome org>
Date: Mon Aug 22 11:43:19 2016 +0300
file-operations: rename calls to transfer_file_add_to_count
The function was renamed without renaming the calls to it.
https://bugzilla.gnome.org/show_bug.cgi?id=769383
src/nautilus-file-operations.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/nautilus-file-operations.c b/src/nautilus-file-operations.c
index 8cca71b..0801b7c 100644
--- a/src/nautilus-file-operations.c
+++ b/src/nautilus-file-operations.c
@@ -2076,7 +2076,7 @@ trash_files (CommonJob *job,
TRUE, &to_delete);
if (skipped_file) {
(*files_skipped)++;
- transfer_file_add_to_count (file, job, &transfer_info);
+ transfer_add_file_to_count (file, job, &transfer_info);
report_trash_progress (job, &source_info, &transfer_info);
}
@@ -3955,7 +3955,7 @@ copy_move_directory (CopyMoveJob *copy_job,
readonly_source_fs);
if (local_skipped_file) {
- transfer_file_add_to_count (src_file, job, transfer_info);
+ transfer_add_file_to_count (src_file, job, transfer_info);
report_copy_progress (copy_job, source_info, transfer_info);
}
@@ -4923,7 +4923,7 @@ copy_files (CopyMoveJob *job,
g_object_unref (dest);
if (skipped_file) {
- transfer_file_add_to_count (src, common, transfer_info);
+ transfer_add_file_to_count (src, common, transfer_info);
report_copy_progress (job, source_info, transfer_info);
}
}
@@ -5497,7 +5497,7 @@ common = &job->common;
i++;
if (skipped_file) {
- transfer_file_add_to_count (src, common, transfer_info);
+ transfer_add_file_to_count (src, common, transfer_info);
report_copy_progress (job, source_info, transfer_info);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]