diff options
| author | glatzor@ubuntu.com <> | 2006-09-11 17:58:30 +0200 |
|---|---|---|
| committer | glatzor@ubuntu.com <> | 2006-09-11 17:58:30 +0200 |
| commit | ae0d9a877711e2f12cf7e62899d5cc60d50e9bd0 (patch) | |
| tree | 0ed90cbdd47aefa1d1dd87ced3f5def3dc79d0b1 /data | |
| parent | 134c1c31fcbdc975d68ebb39e83c01830f078cc3 (diff) | |
| download | python-apt-ae0d9a877711e2f12cf7e62899d5cc60d50e9bd0.tar.gz | |
* use a different label for the cache progress dialog if it gets
reinitiated
* clear the store after the long caching process to reduce visual noise
* move the check_all_updates_installable call into fillstore itself
Diffstat (limited to 'data')
| -rw-r--r-- | data/glade/UpdateManager.glade | 29 |
1 files changed, 26 insertions, 3 deletions
diff --git a/data/glade/UpdateManager.glade b/data/glade/UpdateManager.glade index e9fd6bfc..2a4965fd 100644 --- a/data/glade/UpdateManager.glade +++ b/data/glade/UpdateManager.glade @@ -1371,11 +1371,34 @@ Your system does not check for updates automatically. You can configure this beh <property name="spacing">12</property> <child> - <widget class="GtkLabel" id="label22"> + <widget class="GtkLabel" id="label_cache_progress_title"> <property name="visible">True</property> - <property name="label" translatable="yes"><big><b>Starting update manager</b></big> + <property name="label" translatable="yes"><big><b>Starting update manager</b></big></property> + <property name="use_underline">False</property> + <property name="use_markup">True</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> + <property name="width_chars">-1</property> + <property name="single_line_mode">False</property> + <property name="angle">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> -Software updates correct errors, eliminate security vulnerabilities and provide new features.</property> + <child> + <widget class="GtkLabel" id="label22"> + <property name="visible">True</property> + <property name="label" translatable="yes">Software updates correct errors, eliminate security vulnerabilities and provide new features.</property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |
