diff options
| author | Peter Penz <[email protected]> | 2007-02-25 20:51:05 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-02-25 20:51:05 +0000 |
| commit | d9c3648d5a4601d8e11e148ca77b3e9d84cf3207 (patch) | |
| tree | c330de8ad239606f81a3bd7ac02c55fb340d0716 /src/dolphin_generalsettings.kcfg | |
| parent | 7a34c3321d1d36a9b20fb9116b33b8c8a9181e82 (diff) | |
Implemented one of the most often requested features for Dolphin: allow that the command 'Delete' is shown in the context menu to bypass the trash. Like in Konqueror the default setting is that the 'Delete' command is not shown. TODO: currently this is a custom setting of Dolphin. Konqueror uses the global settings from KDE for this -> should this be changed to use the global setting instead?
svn path=/trunk/KDE/kdebase/apps/; revision=637232
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 37fe8d18e..9f9f3e56b 100644 --- a/src/dolphin_generalsettings.kcfg +++ b/src/dolphin_generalsettings.kcfg @@ -23,6 +23,10 @@ <label>Should the view properties used for all directories</label> <default>false</default> </entry> + <entry name="ShowDeleteCommand" type="Bool"> + <label>Should the command 'Delete' be shown in the context menu</label> + <default>false</default> + </entry> <entry name="ViewPropsTimestamp" type="DateTime" > <label>Timestamp since when the view properties are valid</label> </entry> |
