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.
pull/2/head
Darrell Anderson 12 years ago
parent 13806ac476
commit 5df6c5fca2

@ -1141,6 +1141,15 @@ void KDIconView::slotNewItems( const KFileItemList & entries )
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