diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-27 23:07:13 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-27 23:07:13 +0100 |
| commit | f2f18ea56f05bffecdcff2e27dfeb4131bc1ab70 (patch) | |
| tree | 345a551baf6512469846220273a092ddd6fd5f2d /DistUpgrade/DistUpgradeControler.py | |
| parent | 02772988dc59b9e7ce0dcbe25dfb0fee2b40c7d4 (diff) | |
| parent | db29199645e2673c35f68d5364d76f1b2b18d318 (diff) | |
| download | python-apt-f2f18ea56f05bffecdcff2e27dfeb4131bc1ab70.tar.gz | |
* merged with sebastian
Diffstat (limited to 'DistUpgrade/DistUpgradeControler.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeControler.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py index 8321ce8f..6ab77103 100644 --- a/DistUpgrade/DistUpgradeControler.py +++ b/DistUpgrade/DistUpgradeControler.py @@ -277,7 +277,7 @@ class DistUpgradeControler(object): # this is the core def dapperUpgrade(self): # sanity check (check for ubuntu-desktop, brokenCache etc) - self._view.updateStatus(_("Checking update system")) + self._view.updateStatus(_("Checking package manager")) self._view.setStep(1) self.openCache() if not self.cache.sanityCheck(self._view): @@ -296,7 +296,7 @@ class DistUpgradeControler(object): self.abort() # then open the cache (again) - self._view.updateStatus(_("Checking update system")) + self._view.updateStatus(_("Checking package manager")) self.openCache() # calc the dist-upgrade and see if the removals are ok/expected @@ -317,6 +317,7 @@ class DistUpgradeControler(object): self.doPostUpgrade() # done, ask for reboot + self._view.setStep(5) self._view.updateStatus(_("System upgrade is complete.")) # FIXME should we look into /var/run/reboot-required here? if self._view.confirmRestart(): |
