aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorJean-François Rameau <jframeau@cvs.gnome.org>2005-09-26 04:08:20 +0800
committerJean-François Rameau <jframeau@src.gnome.org>2005-09-26 04:08:20 +0800
commitca840a52b1caaf2bf47c900bd89825b841f0e0a9 (patch)
treecc26f9a3fb0aa3ac1a79deded3aa0efa48fdbcc5 /data
parentea90d20bec0c716aacbb72052961492c1ad9f960 (diff)
downloadgsoc2013-epiphany-ca840a52b1caaf2bf47c900bd89825b841f0e0a9.tar
gsoc2013-epiphany-ca840a52b1caaf2bf47c900bd89825b841f0e0a9.tar.gz
gsoc2013-epiphany-ca840a52b1caaf2bf47c900bd89825b841f0e0a9.tar.bz2
gsoc2013-epiphany-ca840a52b1caaf2bf47c900bd89825b841f0e0a9.tar.lz
gsoc2013-epiphany-ca840a52b1caaf2bf47c900bd89825b841f0e0a9.tar.xz
gsoc2013-epiphany-ca840a52b1caaf2bf47c900bd89825b841f0e0a9.tar.zst
gsoc2013-epiphany-ca840a52b1caaf2bf47c900bd89825b841f0e0a9.zip
Add disable_quit to lockdown gconf schema. Fix bug 316499.
2005-09-25 Jean-François Rameau <jframeau@cvs.gnome.org> * data/epiphany-lockdown.schemas.in: Add disable_quit to lockdown gconf schema. Fix bug 316499.
Diffstat (limited to 'data')
-rw-r--r--data/epiphany-lockdown.schemas.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/epiphany-lockdown.schemas.in b/data/epiphany-lockdown.schemas.in
index ff1d5bd58..41da24890 100644
--- a/data/epiphany-lockdown.schemas.in
+++ b/data/epiphany-lockdown.schemas.in
@@ -105,5 +105,16 @@
<long>Locks Epiphany in fullscreen mode.</long>
</locale>
</schema>
+ <schema>
+ <key>/schemas/apps/epiphany/lockdown/disable_quit</key>
+ <applyto>/apps/epiphany/lockdown/disable_quit</applyto>
+ <owner>epiphany</owner>
+ <type>bool</type>
+ <default>0</default>
+ <locale name="C">
+ <short>Epiphany cannot quit</short>
+ <long>User is not allowed to close Epiphany</long>
+ </locale>
+ </schema>
</schemalist>
</gconfschemafile>