diff options
author | Stefan Tauner <[email protected]> | 2017-08-11 11:47:54 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-11 21:57:16 +0200 |
commit | a711e2e2c249da3f793aa9c999b8d16df4c55fdc (patch) | |
tree | 97ad478575f3127b74d2e570986ad4fe3b7fc070 /src/org.mate.terminal.gschema.xml.in | |
parent | 11909bfdfe0af08ad2494c985957339739b9112f (diff) | |
download | mate-terminal-a711e2e2c249da3f793aa9c999b8d16df4c55fdc.tar.bz2 mate-terminal-a711e2e2c249da3f793aa9c999b8d16df4c55fdc.tar.xz |
Show confirmation dialog if there are multiple open tabs on closing
As a followup #149 this fixes the behavior of the code to match the
description of the respective gsettings entry "confirm-window-close".
Said entry is also updated to reflect the change added in #149.
No changes to the gsettings handling were made thus only users
who have "confirm-window-close" turned on already will see the
new behavior.
Diffstat (limited to 'src/org.mate.terminal.gschema.xml.in')
-rw-r--r-- | src/org.mate.terminal.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org.mate.terminal.gschema.xml.in b/src/org.mate.terminal.gschema.xml.in index 21c0be3..2e0659c 100644 --- a/src/org.mate.terminal.gschema.xml.in +++ b/src/org.mate.terminal.gschema.xml.in @@ -72,7 +72,7 @@ <key name="confirm-window-close" type="b"> <default>true</default> <summary>Whether to ask for confirmation when closing terminal windows</summary> - <description>Whether to ask for confirmation when closing a terminal window which has more than one open tab.</description> + <description>Whether to ask for confirmation when closing a terminal window which has more than one open tab or any foreground subprocesses.</description> </key> <key name="middle-click-closes-tabs" type="b"> <default>false</default> |