DolphinPart (running in Konqueror), do not only select the new items,
but also clear the previous selection.
BUG: 223905
svn path=/trunk/KDE/kdebase/apps/; revision=
1131230
if (!m_newFileNames.isEmpty()) {
// select all newly added items created by a paste operation or
- // a drag & drop operation
+ // a drag & drop operation, and clear the previous selection
+ m_viewAccessor.itemView()->clearSelection();
const int rowCount = m_viewAccessor.proxyModel()->rowCount();
QItemSelection selection;
for (int row = 0; row < rowCount; ++row) {