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:
Diffstat (limited to 'data/evince.schemas.in')
-rw-r--r--data/evince.schemas.in37
1 files changed, 37 insertions, 0 deletions
diff --git a/data/evince.schemas.in b/data/evince.schemas.in
new file mode 100644
index 0000000..e02f543
--- /dev/null
+++ b/data/evince.schemas.in
@@ -0,0 +1,37 @@
+<gconfschemafile>
+ <schemalist>
+ <schema>
+ <key>/schemas/apps/evince/show_toolbar</key>
+ <applyto>/apps/evince/show_toolbar/applyto>
+ <owner>evince</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Show toolbar by default</short>
+ <long>Show toolbar by default.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/evince/show_sidebar</key>
+ <applyto>/apps/evince/show_sidebar/applyto>
+ <owner>evince</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Show sidebar by default</short>
+ <long>Show sidebar by default.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/evince/show_statusbar</key>
+ <applyto>/apps/evince/show_statusbar/applyto>
+ <owner>evince</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Show statusbar by default</short>
+ <long>Show statusbar by default.</long>
+ </locale>
+ </schema>
+ </schemalist>
+</gconfschemafile>