(no subject)



Hi,

I'd like to ask, what is the rason of excluding operation 'Move' from
computing totals in panel_operate() [file.c:2023] ?

code:
-------------- file.c -----------------
	// this vvvvvvvvvvvvvvv
	if (operation != OP_MOVE && verbose && file_op_compute_totals) {
	    panel_compute_totals (panel, &ctx->progress_count,
				  &ctx->progress_bytes);
---------------

Without the first condition the progress dialog of 'Move' shows the same
information about 'totals' as 'Copy'.

David




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]