Fix access url navigator while creating new tab in filename search view

BUG: 429628
BUG: 430434

Signed-off-by: Anthony Fieroni <bvbfan@abv.bg>
This commit is contained in:
Anthony Fieroni 2020-12-12 12:36:23 +02:00 committed by Elvis Angelaccio
parent da636bf513
commit c95d7fae79

View file

@ -390,7 +390,7 @@ void DolphinViewContainer::setSearchModeEnabled(bool enabled)
m_searchBox->setVisible(enabled);
if (enabled) {
const QUrl& locationUrl = m_urlNavigatorConnected->locationUrl();
const QUrl& locationUrl = m_urlNavigator->locationUrl();
m_searchBox->fromSearchUrl(locationUrl);
}