[PATCH] KIO::SimpleJob never kills its subjobs
Pascal Létourneau
pascal.letourneau at gmail.com
Sat Nov 10 03:24:13 CET 2007
Hi
See subject
Pascal Létourneau
Index: kio/kio/job.cpp
===================================================================
--- kio/kio/job.cpp (revision 734777)
+++ kio/kio/job.cpp (working copy)
@@ -341,7 +341,7 @@ bool SimpleJob::doKill()
Q_D(SimpleJob);
Scheduler::cancelJob( this ); // deletes the slave if not 0
d->m_slave = 0; // -> set to 0
- return true;
+ return Job::doKill();
}
More information about the Kdelibs-bugs
mailing list