Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/evince.schemas.in
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-09-13 13:57:08 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-09-13 13:57:08 (GMT)
commite69764da3aebb5017080dbe59747e2983e3a9788 (patch)
tree7017f98acf16be2173fd12fd3c0b1b2b0508860c /data/evince.schemas.in
parent76efaad01a95cfcdb76113ce3383f79e695d9281 (diff)
Allow the user to override document restrictions. Fix for bug 305818.
* data/evince.schemas.in: * shell/ev-window.c: (update_action_sensitivity): Allow the user to override document restrictions. Fix for bug 305818.
Diffstat (limited to 'data/evince.schemas.in')
-rw-r--r--data/evince.schemas.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/evince.schemas.in b/data/evince.schemas.in
index 8b5fb33..6914157 100644
--- a/data/evince.schemas.in
+++ b/data/evince.schemas.in
@@ -11,5 +11,16 @@
<long>Toolbar is the top bar that contains navigation and zoom controls. Two boolean options, true makes toolbar visible by default while false makes toolbar not visible by default.</long>
</locale>
</schema>
+ <schema>
+ <key>/schemas/apps/evince/override_restrictions</key>
+ <applyto>/apps/evince/override_restrictions</applyto>
+ <owner>evince</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Override document restrictions</short>
+ <long>Override document restrictions, like restriction to copy or to print.</long>
+ </locale>
+ </schema>
</schemalist>
</gconfschemafile>