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/dolphin_generalsettings.kcfg | |
| 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/dolphin_generalsettings.kcfg')
| -rw-r--r-- | src/dolphin_generalsettings.kcfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dolphin_generalsettings.kcfg b/src/dolphin_generalsettings.kcfg index 504fa5bd9..f7677ffa0 100644 --- a/src/dolphin_generalsettings.kcfg +++ b/src/dolphin_generalsettings.kcfg @@ -8,6 +8,10 @@ <label context="@label">Should the URL be editable for the user</label> <default>false</default> </entry> + <entry name="ShowFullPath" type="Bool"> + <label context="@label">Should the full path be shown inside the location bar</label> + <default>false</default> + </entry> <entry name="FirstRun" type="Bool"> <label context="@label">Is the application started the first time</label> <default>true</default> |
