~kroq-gar78/ubuntu/precise/gnome-control-center/fix-885947

« back to all changes in this revision

Viewing changes to gnome-control-center.schemas.in

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2011-04-29 02:24:28 UTC
  • mfrom: (0.2.7 upstream)
  • mto: (0.3.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 165.
  • Revision ID: james.westby@ubuntu.com-20110429022428-ua1v4ck5shphkkku
Tags: 1:3.0.1.1-1
* New upstream release.
* gnome-control-center-data.install: drop GConf schemas.
* gnome-control-center-data.gconf-defaults: dropped, obsolete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<gconfschemafile>
2
 
  <schemalist>
3
 
 
4
 
    <schema>
5
 
      <key>/schemas/apps/control-center/appearance/more_backgrounds_url</key>
6
 
      <applyto>/apps/control-center/appearance/more_backgrounds_url</applyto>
7
 
      <owner>control-center</owner>
8
 
      <type>string</type>
9
 
      <default>http://art.gnome.org/backgrounds/</default>
10
 
      <locale name="C">
11
 
        <short>More backgrounds URL</short>
12
 
        <long>
13
 
          URL for where to get more desktop backgrounds.  If set to an
14
 
          empty string the link will not appear.
15
 
        </long>
16
 
      </locale>
17
 
    </schema>
18
 
    <schema>
19
 
      <key>/schemas/apps/control-center/appearance/more_themes_url</key>
20
 
      <applyto>/apps/control-center/appearance/more_themes_url</applyto>
21
 
      <owner>control-center</owner>
22
 
      <type>string</type>
23
 
      <default>http://art.gnome.org/themes/</default>
24
 
      <locale name="C">
25
 
        <short>More themes URL</short>
26
 
        <long>
27
 
          URL for where to get more desktop themes.  If set to an
28
 
          empty string the link will not appear.
29
 
        </long>
30
 
      </locale>
31
 
    </schema>
32
 
    <schema>
33
 
      <key>/schemas/apps/control-center/network/current_location</key>
34
 
      <applyto>/apps/control-center/network/current_location</applyto>
35
 
      <owner>control-center</owner>
36
 
      <type>string</type>
37
 
      <default></default>
38
 
      <locale name="C">
39
 
        <short>Current network location</short>
40
 
        <long>
41
 
          Set this to your current location name.  This is used to
42
 
          determine the appropriate network proxy configuration.
43
 
        </long>
44
 
      </locale>
45
 
    </schema>
46
 
 
47
 
  </schemalist>
48
 
</gconfschemafile>
49