diff options
| author | Kevin Ottens <[email protected]> | 2006-11-22 11:42:15 +0000 |
|---|---|---|
| committer | Kevin Ottens <[email protected]> | 2006-11-22 11:42:15 +0000 |
| commit | 5d1f8dc51773b482fa05bd7d7a2dd6b603e464a6 (patch) | |
| tree | 19ceb5d2b2a8009cca50a1b79dd5a779d8fdef47 | |
| parent | 9a5f54d83ddc84aa68348058acfcb385ef621577 (diff) | |
Ah, now it runs.
svn path=/trunk/playground/utils/dolphin/; revision=606922
| -rw-r--r-- | src/dolphinview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index fb75f1c67..948720642 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -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; |
