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
_______________________________________________
Mc-devel mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/mc-devel