Apply changed home-URL to the URL navigator

BUG: 291043
FIXED-IN: 4.8.1
This commit is contained in:
Peter Penz 2012-01-31 13:29:43 +01:00
parent da76a0722c
commit d4e0bc2e23

View file

@ -219,6 +219,7 @@ void DolphinViewContainer::readSettings()
// settings of the URL navigator and the filterbar.
m_urlNavigator->setUrlEditable(GeneralSettings::editableUrl());
m_urlNavigator->setShowFullPath(GeneralSettings::showFullPath());
m_urlNavigator->setHomeUrl(KUrl(GeneralSettings::homeUrl()));
setFilterBarVisible(GeneralSettings::filterBar());
}