Comment 1 for bug 1274131

Revision history for this message
Barry Warsaw (barry) wrote : Re: When pressing pause in the client, the progress bar changes to 0%

I suspect this is really a bug in the u-d-m. Progress numbers are plumbed straight through from u-d-m to the s-i D-Bus API. u-d-m sends s-i `progress` signals with two values, the number of received bytes and the total number of bytes to download. We take those numbers directly from the u-d-m signal and send them on to s-i-dbus clients via the UpdateProgress signal. The numbers are completely unchanged, so that's why I think this is really a bug in u-d-m.