Restore code snippet removed with GIT hash

27856879bf,
Sept. 3, 2010, "Massive import of OpenSUSE patches."
Restoring this snippet restores the device icon
placement and resolves bug report 392.
(cherry picked from commit 5df6c5fca2)
v3.5.13-sru
Darrell Anderson 13 years ago committed by Slávek Banko
parent a5b5fa3462
commit f1ebb0156e

@ -1141,6 +1141,15 @@ void KDIconView::slotNewItems( const KFileItemList & entries )
kdDebug(1214)<<"Using saved position"<<endl; kdDebug(1214)<<"Using saved position"<<endl;
} }
} }
else
{
// Not found, we'll need to save the new pos
kdDebug(1214)<<"slotNewItems(): New item without position information, try to find a sane location"<<endl;
moveToFreePosition(fileIVI);
m_bNeedSave = true;
}
} }
} }

Loading…
Cancel
Save