diff options
| author | Michael Vogt <egon@top> | 2005-11-29 21:13:42 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-11-29 21:13:42 +0100 |
| commit | 833798ff12afd3ce84176ff0c832d5cb87e37dd1 (patch) | |
| tree | a0ad1a59756f2d931054c960a29691ca80d3b538 /data | |
| parent | 06b7e698a1bc0d8e5ef947a075848a9c8516cb53 (diff) | |
| download | python-apt-833798ff12afd3ce84176ff0c832d5cb87e37dd1.tar.gz | |
* get rid of the "Update" class, use a normal apt.Package instead
* more code cleanups
* added GtkProgressBar
Diffstat (limited to 'data')
| -rw-r--r-- | data/UpdateManager.glade | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/data/UpdateManager.glade b/data/UpdateManager.glade index ce0933d5..a52cb14a 100644 --- a/data/UpdateManager.glade +++ b/data/UpdateManager.glade @@ -87,10 +87,12 @@ The following packages are found to be upgradable. You can upgrade them by using </child> <child> - <widget class="GtkHButtonBox" id="hbuttonbox4"> + <widget class="GtkProgressBar" id="progressbar_cache"> <property name="visible">True</property> - <property name="layout_style">GTK_BUTTONBOX_END</property> - <property name="spacing">0</property> + <property name="orientation">GTK_PROGRESS_LEFT_TO_RIGHT</property> + <property name="fraction">0</property> + <property name="pulse_step">0.10000000149</property> + <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> </widget> <packing> <property name="padding">0</property> |
