From: Peter Penz Date: Tue, 31 Jan 2012 12:29:43 +0000 (+0100) Subject: Apply changed home-URL to the URL navigator X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/d4e0bc2e23858cc6de7445d40f9b85d9c04135b0 Apply changed home-URL to the URL navigator BUG: 291043 FIXED-IN: 4.8.1 --- diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index 2d2e20ff6..9809fbaf5 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -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()); }