diff options
author | infirit <[email protected]> | 2014-07-25 12:59:28 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-07-25 22:46:01 +0200 |
commit | 05df59dfe2af74e0f934d3341330a5439f1365af (patch) | |
tree | f51772fbb765518fe6fca52ddac9b853fde4daeb /data/org.mate.eom.gschema.xml.in.in | |
parent | b8e7359d93f7f68f410391b39dde37eb1067a92a (diff) | |
download | eom-05df59dfe2af74e0f934d3341330a5439f1365af.tar.bz2 eom-05df59dfe2af74e0f934d3341330a5439f1365af.tar.xz |
Allow disabling the save-on-close confirmation dialog
Based on eog commit 20d1a4a24ea4d1ae25cec467ee7be364a8ab82cb
From Felix Riemann <[email protected]>
Diffstat (limited to 'data/org.mate.eom.gschema.xml.in.in')
-rw-r--r-- | data/org.mate.eom.gschema.xml.in.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/org.mate.eom.gschema.xml.in.in b/data/org.mate.eom.gschema.xml.in.in index 92ede90..7e7f0b4 100644 --- a/data/org.mate.eom.gschema.xml.in.in +++ b/data/org.mate.eom.gschema.xml.in.in @@ -103,6 +103,10 @@ <default>true</default> <_summary>Show/Hide the image collection pane scroll buttons.</_summary> </key> + <key name="disable-close-confirmation" type="b"> + <default>false</default> + <_summary>Close main window without asking to save changes.</_summary> + </key> <key name="disable-trash-confirmation" type="b"> <default>false</default> <_summary>Trash images without asking</_summary> |