diff options
| author | Peter Penz <[email protected]> | 2008-08-03 14:53:30 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-08-03 14:53:30 +0000 |
| commit | afcbe61a6c964f45a043d1a9508738476610559b (patch) | |
| tree | 78aa267a3aed38fb32345c008c2941442adb9e3d /src/dolphinviewcontainer.cpp | |
| parent | caae1f4d6651fe0a04631c26504d0fa017f1d539 (diff) | |
Allow to configure in the startup configuration whether the URL Navigator should show the full path in the breadcrumb view.
svn path=/trunk/KDE/kdebase/apps/; revision=841571
Diffstat (limited to 'src/dolphinviewcontainer.cpp')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index 84192239b..4ff9ab0e4 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -87,6 +87,7 @@ DolphinViewContainer::DolphinViewContainer(DolphinMainWindow* mainWindow, const GeneralSettings* settings = DolphinSettings::instance().generalSettings(); m_urlNavigator->setUrlEditable(settings->editableUrl()); + m_urlNavigator->setShowFullPath(settings->showFullPath()); m_urlNavigator->setHomeUrl(settings->homeUrl()); m_dirLister = new DolphinDirLister(); |
