diff options
author | emanuele-f <[email protected]> | 2016-06-10 23:28:35 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2016-10-17 14:05:35 -0400 |
commit | ed0674af03dede9edfac2b81169599fc954df2a0 (patch) | |
tree | f7e8285de710f4e30bcff927a837210e0ee9fb93 /libcaja-private/caja-file-operations.c | |
parent | 1139acac5eb56c8430ef635edc1b4d49fae1473a (diff) | |
download | caja-ed0674af03dede9edfac2b81169599fc954df2a0.tar.bz2 caja-ed0674af03dede9edfac2b81169599fc954df2a0.tar.xz |
thread synchronization to implement pause resume
Diffstat (limited to 'libcaja-private/caja-file-operations.c')
-rw-r--r-- | libcaja-private/caja-file-operations.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcaja-private/caja-file-operations.c b/libcaja-private/caja-file-operations.c index 534b3b9f..821c0ce8 100644 --- a/libcaja-private/caja-file-operations.c +++ b/libcaja-private/caja-file-operations.c @@ -4082,6 +4082,7 @@ copy_move_file (CopyMoveJob *copy_job, retry: + caja_progress_info_wait_unpaused(job->progress); error = NULL; flags = G_FILE_COPY_NOFOLLOW_SYMLINKS; |