Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/evince.schemas.in
blob: d16bd9528498559fdc4417cd04c026553d3251b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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>