diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-14 14:42:56 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-14 14:42:56 +0100 |
| commit | a322dcddd7b886ecbdc5eaacec0b78a735d97428 (patch) | |
| tree | 387804e5e5c1e6a5631a1a7f5e21fdfb335537c5 /data | |
| parent | cca98271729fa52ee96da87b81a81635f42ef61c (diff) | |
| parent | de0af64f747c8f5783ed09efd9fc80f9ee9759a0 (diff) | |
| download | python-apt-a322dcddd7b886ecbdc5eaacec0b78a735d97428.tar.gz | |
* removed the gnome2 dependencies
Diffstat (limited to 'data')
| -rw-r--r-- | data/SoftwareProperties.glade | 4 | ||||
| -rw-r--r-- | data/UpdateManager.glade | 26 |
2 files changed, 11 insertions, 19 deletions
diff --git a/data/SoftwareProperties.glade b/data/SoftwareProperties.glade index 7fc37c30..89a56f11 100644 --- a/data/SoftwareProperties.glade +++ b/data/SoftwareProperties.glade @@ -390,8 +390,9 @@ <child> <widget class="GtkCheckButton" id="checkbutton_unattended"> <property name="visible">True</property> + <property name="tooltip" translatable="yes">Only security updates from the official Ubuntu servers will be installed automatically. The software package "unattended-upgrades" needs to be installed therefor</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Install new updates without confirmation</property> + <property name="label" translatable="yes">_Install security updates without confirmation</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -409,7 +410,6 @@ <child> <widget class="GtkHBox" id="hbox5"> - <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">6</property> diff --git a/data/UpdateManager.glade b/data/UpdateManager.glade index dfd54dc3..e9f2b32d 100644 --- a/data/UpdateManager.glade +++ b/data/UpdateManager.glade @@ -665,28 +665,20 @@ <property name="spacing">12</property> <child> - <widget class="GtkHButtonBox" id="hbuttonbox5"> + <widget class="GtkButton" id="button_help"> <property name="visible">True</property> - <property name="layout_style">GTK_BUTTONBOX_DEFAULT_STYLE</property> - <property name="spacing">6</property> - - <child> - <widget class="GtkButton" id="button_help"> - <property name="visible">True</property> - <property name="can_default">True</property> - <property name="can_focus">True</property> - <property name="label">gtk-help</property> - <property name="use_stock">True</property> - <property name="relief">GTK_RELIEF_NORMAL</property> - <property name="focus_on_click">True</property> - <signal name="clicked" handler="on_button_help_clicked" last_modification_time="Thu, 24 Mar 2005 17:16:46 GMT"/> - </widget> - </child> + <property name="can_default">True</property> + <property name="can_focus">True</property> + <property name="label">gtk-help</property> + <property name="use_stock">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="focus_on_click">True</property> + <signal name="clicked" handler="on_button_help_clicked" last_modification_time="Thu, 24 Mar 2005 17:16:46 GMT"/> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> - <property name="fill">True</property> + <property name="fill">False</property> </packing> </child> |
