(no subject)
David Sterba
dave at jikos.cz
Wed Jun 11 11:29:57 UTC 2003
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
More information about the mc-devel
mailing list