summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeControler.py
diff options
context:
space:
mode:
authorSebastian Heinlein <sebastian.heinlein@web.de>2006-01-26 19:17:19 +0100
committerSebastian Heinlein <sebastian.heinlein@web.de>2006-01-26 19:17:19 +0100
commit31da72b447877118bd911ba9b4610bf3173f3f50 (patch)
treedf350d760262242eb9d9f80d880f4515df1ba6f4 /DistUpgrade/DistUpgradeControler.py
parent2fbf1f8a238ce0e1a3f670584e821a5ea3079ec9 (diff)
downloadpython-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.py1
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():