| Summary: | Konqueror progress bar always at 100% when downloading from a http site | ||
|---|---|---|---|
| Product: | [Unmaintained] kio | Reporter: | Magnus Larsson <magnus.larsson.k> |
| Component: | http | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | fraatz, greatredshark, heiko, james1_1, steveo, web |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Magnus Larsson
2005-02-28 22:33:16 UTC
Hello again, This worked using kde-3.4-beta2, compiled from sources. uname -a Linux lfs 2.6.10 #1 Sat Jan 15 08:40:36 CET 2005 i686 athlon i386 GNU/Linux Best regards, Magnus Larsson CVS commit by waba:
Fix progress bar.
BUG: 100491
M +4 -2 job.cpp 1.432
--- kdelibs/kio/kio/job.cpp #1.431:1.432
@@ -1566,4 +1566,5 @@ void FileCopyJob::setSourceSize( off_t s
{
d->m_sourceSize = size;
+ if (size != (off_t) -1)
m_totalSize = size;
}
@@ -1572,4 +1573,5 @@ void FileCopyJob::setSourceSize64( KIO::
{
d->m_sourceSize = size;
+ if (size != (KIO::filesize_t) -1)
m_totalSize = size;
}
*** Bug 101465 has been marked as a duplicate of this bug. *** Hello Waldo Bastian, I got this bug again after compiling and installing kde-3.4.0 from source. Your fix did not go into the KDE-3.4.0 release. Best regards, Magnus Larsson It will be in 3.4.1 then :-) *** Bug 101971 has been marked as a duplicate of this bug. *** *** Bug 103577 has been marked as a duplicate of this bug. *** *** Bug 104662 has been marked as a duplicate of this bug. *** *** Bug 105811 has been marked as a duplicate of this bug. *** *** Bug 108732 has been marked as a duplicate of this bug. *** |