]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Merged KIO::JobFlags branch
authorDavid Faure <faure@kde.org>
Fri, 5 Oct 2007 09:14:03 +0000 (09:14 +0000)
committerDavid Faure <faure@kde.org>
Fri, 5 Oct 2007 09:14:03 +0000 (09:14 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=721447

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);