mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: GVFS - Update operation progress
This commit is contained in:
parent
b5222d77e9
commit
3f7ce345be
1 changed files with 3 additions and 2 deletions
|
|
@ -988,10 +988,11 @@ static void vfs_copy_progress_callback (goffset current_num_bytes,
|
|||
{
|
||||
Percent = (current_num_bytes * 100) / total_num_bytes;
|
||||
}
|
||||
/*
|
||||
|
||||
if (gProgressProc(gPluginNumber, ProgressInfo->SourceName, ProgressInfo->TargetName, Percent) == 1)
|
||||
{
|
||||
g_cancellable_cancel (ProgressInfo->cancellable);
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue