]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinviewcontainer.cpp
Apply changed home-URL to the URL navigator
[dolphin.git] / src / dolphinviewcontainer.cpp
index 2d2e20ff644726e7b535418d8cb350ad76532c41..9809fbaf5def5c5b1e3adee504780b7133ead151 100644 (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());
     }