diff options
| author | Frank Reininghaus <[email protected]> | 2009-03-12 22:40:32 +0000 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2009-03-12 22:40:32 +0000 |
| commit | b9b9df729649b17290fc574cf617f53722583f03 (patch) | |
| tree | fb2b5aa2825ff5d2eb8ace92cf967c12fd215198 /src/settings/dolphin_generalsettings.kcfg | |
| parent | ec48b26a156c8dbe5cbb90c0c89e8643010f5dbe (diff) | |
Ask for confirmation when closing a Dolphin window with more than one tab. This can be disabled by checking the "Do not ask again" checkbox in the confirmation dialog or in Dolphin's settings dialog.
FEATURE: 168417
svn path=/trunk/KDE/kdebase/apps/; revision=938767
Diffstat (limited to 'src/settings/dolphin_generalsettings.kcfg')
| -rw-r--r-- | src/settings/dolphin_generalsettings.kcfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings/dolphin_generalsettings.kcfg b/src/settings/dolphin_generalsettings.kcfg index 0f3c67700..0222fa89c 100644 --- a/src/settings/dolphin_generalsettings.kcfg +++ b/src/settings/dolphin_generalsettings.kcfg @@ -41,6 +41,10 @@ <label context="@label">Browse through archives</label> <default>false</default> </entry> + <entry name="ConfirmClosingMultipleTabs" type="Bool"> + <label context="@label">Ask for confirmation when closing windows with multiple tabs.</label> + <default>true</default> + </entry> <entry name="RenameInline" type="Bool"> <label context="@label">Rename inline</label> <default>false</default> |
