diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/SoftwarePropertiesDialogs.glade | 2 | ||||
| -rw-r--r-- | data/update-manager.schemas.in | 16 |
2 files changed, 17 insertions, 1 deletions
diff --git a/data/SoftwarePropertiesDialogs.glade b/data/SoftwarePropertiesDialogs.glade index 9e23c583..afbb39b5 100644 --- a/data/SoftwarePropertiesDialogs.glade +++ b/data/SoftwarePropertiesDialogs.glade @@ -59,7 +59,7 @@ </child> <child> - <widget class="GtkButton" id="button3"> + <widget class="GtkButton" id="button_add"> <property name="visible">True</property> <property name="can_default">True</property> <property name="has_default">True</property> diff --git a/data/update-manager.schemas.in b/data/update-manager.schemas.in index 06308871..275f8be5 100644 --- a/data/update-manager.schemas.in +++ b/data/update-manager.schemas.in @@ -47,6 +47,22 @@ </long> </locale> </schema> + <schema> + <key>/schemas/apps/update-manager/check_dist_upgrades</key> + <applyto>/apps/update-manager/check_dist_upgrades</applyto> + <owner>update-manager</owner> + <type>bool</type> + <default>False</default> + + <locale name="C"> + <short>Check for new distribution releases</short> + <long> + Check automatically if a new version of the current + distribution is available and offer to upgrade (if + possible). + </long> + </locale> + </schema> </schemalist> </gconfschemafile> |
