anthonyfieroni added inline comments. INLINE COMMENTS
> kfileitem.cpp:767-771 > + m_slow = Slow; > + break; > + } > } > + m_slow = Fast; Wrong logic, when you set it to Slow, after break it will go to line 771 and became Fast again. Set it Fast before loop or check whether you change the m_slow value. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D23420 To: meven, dfaure, #frameworks Cc: anthonyfieroni, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns