summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-19 00:40:12 +0000
committerMatt Wilson <msw@redhat.com>1999-08-19 00:40:12 +0000
commit2ac208415ddb2f3aef0c5020467775d24de4d0dc (patch)
treeb66f87b29176a95112edbbd84f898535fe9280c0 /text.py
parent63657a4f1acded45e40c2f5daf8dc43a0b26eade (diff)
downloadanaconda-2ac208415ddb2f3aef0c5020467775d24de4d0dc.tar.gz
anaconda-2ac208415ddb2f3aef0c5020467775d24de4d0dc.tar.xz
anaconda-2ac208415ddb2f3aef0c5020467775d24de4d0dc.zip
actually do the upgrade
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/text.py b/text.py
index d39f858c0..0f6ae4827 100644
--- a/text.py
+++ b/text.py
@@ -903,6 +903,8 @@ class InstallInterface:
[_("Examine System"), UpgradeExamineWindow, (self.screen, todo)],
[_("Customize Upgrade"), CustomizeUpgradeWindow, (self.screen, todo, self.individual)],
[_("Individual Packages"), IndividualPackageWindow, (self.screen, todo, self.individual)],
+ [_("Upgrade System"), InstallWindow, (self.screen, todo)],
+ [_("Upgrade Complete"), FinishedWindow, (self.screen,)]
]
self.steps = self.commonSteps