diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-24 20:22:42 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-24 20:22:42 +0100 |
| commit | 6b179749e53c6295b2dc05912f0b1eb4837e5c62 (patch) | |
| tree | aeab439be57a9f2725ef70ae3e28585fa203914f /DistUpgrade | |
| parent | 22c6d7470a7c7aa549d5f3754180eb6aa7b996d4 (diff) | |
| parent | 799173d10917ac130d9ccb8a54c9a12b3be2b49e (diff) | |
| download | python-apt-6b179749e53c6295b2dc05912f0b1eb4837e5c62.tar.gz | |
* merged with http://pimpzkrudyndns.org/~sebi/devel/update-manager--sebi/
Diffstat (limited to 'DistUpgrade')
| -rw-r--r-- | DistUpgrade/DistUpgradeViewGtk.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py index 171aafa5..605db185 100644 --- a/DistUpgrade/DistUpgradeViewGtk.py +++ b/DistUpgrade/DistUpgradeViewGtk.py @@ -165,9 +165,8 @@ class GtkInstallProgressAdapter(InstallProgress): self.updateInterface() return self.apt_status def finishUpdate(self): - #self.progress.hide() - #self.label_status.set_text("") - pass + self.progress.hide() + self.label_status.set_text("") def updateInterface(self): InstallProgress.updateInterface(self) self.progress.set_fraction(self.percent/100.0) |
