~ubuntu-branches/ubuntu/intrepid/update-manager/intrepid

« back to all changes in this revision

Viewing changes to data/update-manager.schemas.in~.moved.moved

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2006-04-20 18:23:54 UTC
  • Revision ID: james.westby@ubuntu.com-20060420182354-mbpnqmq3owrrvvwu
Tags: 0.42.2ubuntu13
* po/POTFILES.in: add missing desktop file (ubuntu: #39410)
* UpdateManager/UpdateManager.py: 
  - fix in the get_changelog logic (ubuntu: #40058)
  - correct a error in the changelog parser (ubuntu: #40060)
  - fix download size reporting (ubuntu: #39579)
* debian/rules: added dh_iconcache
* setup.py: install the icons into the hicolor icon schema
  (thanks to Sebastian Heinlein)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<gconfschemafile>
 
3
  <schemalist>
 
4
    <schema>
 
5
      <key>/schemas/apps/update-manager/remind_reload</key>
 
6
      <applyto>/apps/update-manager/remind_reload</applyto>
 
7
      <owner>update-manager</owner>
 
8
      <type>bool</type>
 
9
      <default>True</default>
 
10
                
 
11
      <locale name="C">
 
12
        <short>Remind to reload the channel list</short>
 
13
        <long>
 
14
          If automatic checking for updates is disabeld, you have
 
15
          to reload the channel list manually. This option allows
 
16
          to hide the reminder shown in this case.
 
17
        </long>
 
18
      </locale>
 
19
    </schema>
 
20
    <schema>
 
21
      <key>/schemas/apps/update-manager/show_details</key>
 
22
      <applyto>/apps/update-manager/show_details</applyto>
 
23
      <owner>update-manager</owner>
 
24
      <type>bool</type>
 
25
      <default>False</default>
 
26
                
 
27
      <locale name="C">
 
28
        <short>Show details of an update</short>
 
29
        <long>
 
30
            Stores the state of the expander that contains the
 
31
            list of changs and the description 
 
32
        </long>
 
33
      </locale>
 
34
    </schema>
 
35
    <schema>
 
36
      <key>/schemas/apps/update-manager/window_size</key>
 
37
      <applyto>/apps/update-manager/window_size</applyto>
 
38
      <owner>update-manager</owner>
 
39
      <type>pair</type>
 
40
      <car_type>int</car_type>
 
41
      <cdr_type>int</cdr_type>
 
42
                
 
43
      <locale name="C">
 
44
        <short>The window size</short>
 
45
        <long>
 
46
            Stores the size of the update-manager dialog
 
47
        </long>
 
48
      </locale>
 
49
    </schema>
 
50
  </schemalist>
 
51
</gconfschemafile>
 
52