UPD: GVFS - Update operation progress

This commit is contained in:
Alexander Koblov 2011-07-17 07:24:13 +00:00
commit 3f7ce345be

View file

@ -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);
*/
}
}
}