summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-12-05 14:58:17 -0500
committerJeremy Katz <katzj@redhat.com>2007-12-05 14:58:31 -0500
commit2079eeee7a0bd7fb5b05e9fb6214a1e3c3d90994 (patch)
tree73f38b64e8843d989de32fd61dd6defb517ac99a /gui.py
parent79135e00aa36b08151aef0b843420e394b72a534 (diff)
downloadanaconda-2079eeee7a0bd7fb5b05e9fb6214a1e3c3d90994.tar.gz
anaconda-2079eeee7a0bd7fb5b05e9fb6214a1e3c3d90994.tar.xz
anaconda-2079eeee7a0bd7fb5b05e9fb6214a1e3c3d90994.zip
Remove confirmation screen
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui.py b/gui.py
index f18c05d93..cfcaffa43 100755
--- a/gui.py
+++ b/gui.py
@@ -71,8 +71,6 @@ stepToClass = {
"accounts" : ("account_gui", "AccountWindow"),
"tasksel": ("task_gui", "TaskWindow"),
"group-selection": ("package_gui", "GroupSelectionWindow"),
- "confirminstall" : ("confirm_gui", "InstallConfirmWindow"),
- "confirmupgrade" : ("confirm_gui", "UpgradeConfirmWindow"),
"install" : ("progress_gui", "InstallProgressWindow"),
"complete" : ("congrats_gui", "CongratulationWindow"),
}