From 05df59dfe2af74e0f934d3341330a5439f1365af Mon Sep 17 00:00:00 2001
From: infirit <infirit@gmail.com>
Date: Fri, 25 Jul 2014 12:59:28 +0200
Subject: Allow disabling the save-on-close confirmation dialog

Based on eog commit 20d1a4a24ea4d1ae25cec467ee7be364a8ab82cb
From Felix Riemann <friemann@gnome.org>
---
 data/org.mate.eom.gschema.xml.in.in | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'data')

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>
-- 
cgit v1.2.1