Always show notification when receiving files
Otherwise we get no notification for very short transfers BUG: 417823
This commit is contained in:
parent
ff40955e2c
commit
4444b4d373
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ bool SharePlugin::receivePacket(const NetworkPacket& np)
|
|||
if (!m_compositeJob) {
|
||||
m_compositeJob = new CompositeFileTransferJob(device()->id());
|
||||
m_compositeJob->setProperty("destUrl", destinationDir().toString());
|
||||
m_compositeJob->setProperty("immediateProgressReporting", true);
|
||||
KIO::getJobTracker()->registerJob(m_compositeJob);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue