diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-01-26 19:17:19 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-01-26 19:17:19 +0100 |
| commit | 31da72b447877118bd911ba9b4610bf3173f3f50 (patch) | |
| tree | df350d760262242eb9d9f80d880f4515df1ba6f4 /DistUpgrade/DistUpgradeControler.py | |
| parent | 2fbf1f8a238ce0e1a3f670584e821a5ea3079ec9 (diff) | |
| download | python-apt-31da72b447877118bd911ba9b4610bf3173f3f50.tar.gz | |
* Add a virtual step 5 "complete" and some hidden widgets to the main window. the effect: if the upgrade is complete all progress list points are checked
Diffstat (limited to 'DistUpgrade/DistUpgradeControler.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeControler.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py index ea2de522..6ab77103 100644 --- a/DistUpgrade/DistUpgradeControler.py +++ b/DistUpgrade/DistUpgradeControler.py @@ -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(): |
