(no subject)
- From: David Sterba <dave jikos cz>
- To: mc-devel gnome org
- Subject: (no subject)
- Date: Wed, 11 Jun 2003 13:29:57 +0200
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]