1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-02 16:31:23 +00:00

Ah, now it runs.

svn path=/trunk/playground/utils/dolphin/; revision=606922
This commit is contained in:
Kevin Ottens 2006-11-22 11:42:15 +00:00
parent 9a5f54d83d
commit 5d1f8dc517

View File

@ -763,8 +763,8 @@ void DolphinView::slotCompleted()
m_fileCount = 0;
m_folderCount = 0;
KFileItem* item = 0;
while (it != end) {
KFileItem* item = *it;
view->insertItem(item);
if (item->isDir()) {
++m_folderCount;