diff options
author | raveit65 <[email protected]> | 2016-05-07 14:16:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-26 16:15:22 +0200 |
commit | 44f6596da2c037ba370ef5b3f95d4f3473bd5ad0 (patch) | |
tree | 8f0dcf6fc16f0bf6d15a73f69a670e26fd91137b /data | |
parent | edae80f9c5b8082b86e1cbd60cfee9c79d7e23ba (diff) | |
download | atril-44f6596da2c037ba370ef5b3f95d4f3473bd5ad0.tar.bz2 atril-44f6596da2c037ba370ef5b3f95d4f3473bd5ad0.tar.xz |
Add a setting to disable auto-reload
https://bugzilla.gnome.org/show_bug.cgi?id=669265
taken from:
https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-6&id=a5a0f6
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.Atril.gschema.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.Atril.gschema.xml b/data/org.mate.Atril.gschema.xml index cd7de5c1..d73069ae 100644 --- a/data/org.mate.Atril.gschema.xml +++ b/data/org.mate.Atril.gschema.xml @@ -12,6 +12,11 @@ <summary>Override document restrictions</summary> <description>Override document restrictions, like restriction to copy or to print.</description> </key> + <key name="auto-reload" type="b"> + <default>true</default> + <summary>Automatically reload then document</summary> + <description>The document is automatically reloaded on file change.</description> + </key> <child name="default" schema="org.mate.Atril.Default"/> </schema> |