return;
}
+ const bool restoreColumnView = !isColumnViewActive()
+ && !m_rootUrl.isEmpty()
+ && m_rootUrl.isParentOf(url)
+ && (m_rootUrl != url);
+
const KUrl oldRootUrl = rootUrl();
m_controller->setUrl(url); // emits urlChanged, which we forward
- const bool restoreColumnView = !isColumnViewActive()
- && m_rootUrl.isParentOf(url)
- && (m_rootUrl != url);
if (restoreColumnView) {
applyViewProperties(m_rootUrl);
- startDirLister(m_rootUrl);
Q_ASSERT(itemView() == m_columnView);
+ startDirLister(m_rootUrl);
m_columnView->showColumn(url);
} else {
applyViewProperties(url);