diff options
| author | Frank Reininghaus <[email protected]> | 2014-08-12 09:23:24 +0200 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2014-08-12 09:23:24 +0200 |
| commit | 4b70446c17dff6646c11966670bcbe145d07c685 (patch) | |
| tree | cb27da78c14dfb8338c089883b240fbfc0a356f5 /src/views/dolphinview.cpp | |
| parent | 38381bc6a2999b1d8a0b8a6e2b8d703faa0944d9 (diff) | |
| parent | bf1ac8ee9b2edcf9e90f74bae7f392c1b3c318b2 (diff) | |
Merge branch 'KDE/4.14'
Diffstat (limited to 'src/views/dolphinview.cpp')
| -rw-r--r-- | src/views/dolphinview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp index c1f585da9..02b8815e0 100644 --- a/src/views/dolphinview.cpp +++ b/src/views/dolphinview.cpp @@ -1289,11 +1289,11 @@ void DolphinView::updateViewState() m_view->scrollToItem(currentIndex); m_scrollToCurrentItem = false; } - - m_currentItemUrl = KUrl(); } else { selectionManager->setCurrentItem(0); } + + m_currentItemUrl = KUrl(); } if (!m_restoredContentsPosition.isNull()) { |
