From kde-commits Sun Nov 16 16:34:03 2003 From: David Faure Date: Sun, 16 Nov 2003 16:34:03 +0000 To: kde-commits Subject: KDE_3_1_BRANCH: kdebase/kdesktop X-MARC-Message: https://marc.info/?l=kde-commits&m=106900047619552 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 )