CVS commit by faure: Backport fix for "desktop icons are refreshing (blinking) every 5 seconds", tested by reporter of #67917. CCMAIL: 67917-done@bugs.kde.org M +1 -0 kdiconview.cc 1.66.2.9 --- kdebase/kdesktop/kdiconview.cc #1.66.2.8:1.66.2.9 @@ -862,4 +862,5 @@ void KDIconView::slotCompleted() slotSaveIconPositions(); m_hasExistingPos = true; // if we didn't have positions, we have now. + m_bNeedSave = false; } if ( m_bNeedRepaint )