]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/applyviewpropsjob.cpp
The drag&drop helper did not make the difference between the different kind of views...
[dolphin.git] / src / applyviewpropsjob.cpp
index 736e8d24c600b8d57690a2bbccb28034057a97c0..ad9a22645f90fef4a9d1670e4ce561fd19c29bed 100644 (file)
@@ -56,7 +56,7 @@ void ApplyViewPropsJob::processNextItem()
 
 void ApplyViewPropsJob::startNextJob(const KUrl& url)
 {
-    KIO::ListJob* listJob = KIO::listRecursive(url, false);
+    KIO::ListJob* listJob = KIO::listRecursive(url, KIO::HideProgressInfo);
     connect(listJob, SIGNAL(entries(KIO::Job*, const KIO::UDSEntryList&)),
             SLOT(slotEntries(KIO::Job*, const KIO::UDSEntryList&)));
     addSubjob(listJob);